Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Nasreddine Bac Ali committed Jan 1, 2020
1 parent a50b62c commit c1ab13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cf_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def main():
args.option[1], args.option[2], args.number, args.reverse)
else:
cf_hack.begin_hack(config.get('contest', None), args.prob, args.option[0], args.option[1],
args.option[2], args.option[3], args.number)
args.option[2], args.option[3], args.number, args.reverse)
elif args.command == 'completion':
os.system(
'sudo ln -sf {}/bash_completion/cf /etc/bash_completion.d/cf'.format(
Expand Down

0 comments on commit c1ab13c

Please sign in to comment.