Skip to content

Commit 53b9da8

Browse files
fixed bug in last commit
1 parent 8cfeb67 commit 53b9da8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rethinkdb/_dump.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ def main(argv=None, prog=None):
172172
options = parse_options(argv or sys.argv[1:], prog=prog)
173173
try:
174174
if not options.quiet:
175+
pass #ssmith, remove options
175176
# Print a warning about the capabilities of dump, so no one is confused (hopefully)
176177
# print(
177178
# """\

0 commit comments

Comments
 (0)