Skip to content

Commit

Permalink
Update ipwb/__main__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sawood Alam <[email protected]>
  • Loading branch information
machawk1 and ibnesayeed authored Jul 6, 2020
1 parent 62512b7 commit 4268141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipwb/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def checkArgs_replay(args):
else:
print('ERROR: An index file must be specified if not piping, e.g.,')
print(("> ipwb replay "
f"{os.path.join('', 'path', 'to', 'your', 'index.cdxj')}\n"))
f"{os.path.join('path', 'to', 'your', 'index.cdxj')}\n"))

args.onError()
sys.exit()
Expand Down

0 comments on commit 4268141

Please sign in to comment.