Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
valpackett committed Sep 13, 2012
1 parent e667297 commit 4256730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geeknote/gnsync.py
Expand Up @@ -305,7 +305,7 @@ def main():
format = args.format if args.format else None
notebook = args.notebook if args.notebook else None
logpath = args.logpath if args.logpath else None
twoway = True if args.twoway else False
twoway = True if args.two_way else False

reset_logpath(logpath)

Expand Down

0 comments on commit 4256730

Please sign in to comment.