Skip to content

Commit

Permalink
Fix selected module with args
Browse files Browse the repository at this point in the history
See AlessandroZ#101

Tested.
  • Loading branch information
jboss38 authored Jan 17, 2017
1 parent ea78ba8 commit fdb7bd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Windows/laZagne.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def error(self, message):
self.print_help()
sys.exit(2)

def runLaZagne(category_choosed=str(sys.argv[1])):
def runLaZagne(category_choosed='all'):

# ------ Part used for user impersonation ------

Expand Down Expand Up @@ -370,7 +370,7 @@ def runLaZagne(category_choosed=str(sys.argv[1])):

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 fdb7bd9

Please sign in to comment.