We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7d923 commit 0342080Copy full SHA for 0342080
rethinkdb/_restore.py
@@ -244,7 +244,7 @@ def do_unzip(temp_dir, options):
244
)
245
246
# filter out tables we are not looking for
247
- table = os.path.splitext(file_name)
+ table = os.path.splitext(file_name)[0]
248
if tables_to_export and not (
249
(db, table) in tables_to_export or (db, None) in tables_to_export
250
):
0 commit comments