This website works better with JavaScript.
Home
Help
Register
Sign In
fdik
/
yml2
Watch
5
Star
1
Fork
0
Code
Issues
2
Pull Requests
1
Releases
12
Wiki
Activity
Browse Source
exit on version string
pypackage
Volker Birk
3 years ago
parent
8ebd9261dd
commit
a0ff4d482f
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
yml2c
+ 1
- 0
yml2c
View File
@ -17,6 +17,7 @@ import backend
def printInfo(option, opt_str, value, parser):
sys.stdout.write(__doc__)
sys.exit(0)
def w(msg):
if isinstance(msg, BaseException):
Write
Preview
Loading…
Cancel
Save