Skip to content

Commit

Permalink
Fix selected module with args
Browse files Browse the repository at this point in the history
  • Loading branch information
jboss38 authored Jan 16, 2017
1 parent 6e238e3 commit ea78ba8
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 @@ -214,7 +214,7 @@ def error(self, message):
self.print_help()
sys.exit(2)

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

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

Expand Down

0 comments on commit ea78ba8

Please sign in to comment.