Skip to content

Commit

Permalink
Fix args for Linux
Browse files Browse the repository at this point in the history
Same issue with args for Linux
  • Loading branch information
jboss38 authored Jan 18, 2017
1 parent 65cdbbf commit f64faee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Linux/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 f64faee

Please sign in to comment.