Skip to content

Commit

Permalink
tab vs space issue
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcl committed Jun 13, 2024
1 parent f476b7b commit 09f0080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion giws
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class giws:
templateObj = None
def __init__(self, argv=sys.argv):
self.argv = argv
self.config.setFullCommandLine(argv[1:])
self.config.setFullCommandLine(argv[1:])

try:
self.__parse_cmdline()
Expand Down

0 comments on commit 09f0080

Please sign in to comment.