Skip to content

Commit 567b226

Browse files
committed
Fix minor pgdb util bug
1 parent f1893e3 commit 567b226

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

polyglotdb/pgdb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ def main():
269269
args = parser.parse_args()
270270
if not hasattr(args, 'which') or args.which == 'help':
271271
parser.print_usage()
272+
return
272273
elif args.which == 'install':
273274
directory = os.path.expanduser(args.directory)
274275
if not directory:

0 commit comments

Comments
 (0)