Skip to content

Commit

Permalink
Merge pull request AlessandroZ#103 from jboss38/patch-2
Browse files Browse the repository at this point in the history
Fix selected module with args
  • Loading branch information
AlessandroZ authored Jan 18, 2017
2 parents 6e238e3 + fdb7bd9 commit 65cdbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Windows/laZagne.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def runLaZagne(category_choosed='all'):

start_time = time.time()

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

write_in_file(stdoutRes)
Expand Down

0 comments on commit 65cdbbf

Please sign in to comment.