Skip to content
Snippets Groups Projects
Commit cd527146 authored by jkerdreu's avatar jkerdreu
Browse files

Fix a global var bug..


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/fork@1509 b32b6428-25c9-4566-ad07-03861ab6144f
parent f3996ba0
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,7 @@ def usage():
def main():
global level
if len(sys.argv) == 2:
level = int(sys.argv[1])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment