We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fecf77f commit 975a357Copy full SHA for 975a357
1 file changed
bin/msgflo-python
@@ -25,7 +25,7 @@ def load_module_file(filepath):
25
def main():
26
prog, args = sys.argv[0], sys.argv[1:]
27
try:
28
- modulepath, role = args
+ modulepath, role = args[0:2]
29
except ValueError, e:
30
sys.stderr.write("Usage: msgflo-python MODULE.py ROLE\n")
31
return 1
0 commit comments