Skip to content

Commit

Permalink
Fix agrs issue on MAC
Browse files Browse the repository at this point in the history
I suppose there is issue here to, not tested on MAC.
  • Loading branch information
jboss38 authored Jan 18, 2017
1 parent 65cdbbf commit 32f2a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mac/laZagne.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def runLaZagne(category_choosed='all'):

start_time = time.time()

for r in runLaZagne():
for r in runLaZagne(category_choosed):
pass

# if constant.output == 'json' or constant.output == 'all':
Expand Down

0 comments on commit 32f2a0b

Please sign in to comment.