Skip to content

Commit

Permalink
Merge pull request #51 from Ignoble61/cleanup
Browse files Browse the repository at this point in the history
Fix Just-Select error introduced by cleanup
  • Loading branch information
BobCratchett committed Aug 19, 2015
2 parents 1378f91 + ad0ab5b commit 70d738b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def _parse_argv( self ):

self.GROUP = params.get( "group", "" )
self.GROUPNAME = params.get( "groupname", None )
self.GROUPING = params.get( "grouping", None )
self.PATH = params.get( "path", "" )
self.MENUID = params.get( "mainmenuID", "0" )
self.NEXTACTION = params.get( "action", "0" )
Expand Down

0 comments on commit 70d738b

Please sign in to comment.