🌐 AI搜索 & 代理 主页
Skip to content

Commit b29254b

Browse files
authored
🐛 Fix tabs to spaces
1 parent 0ae82d1 commit b29254b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rethinkdb/cli/_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def export_table(
392392
cursor.close()
393393
except errors.ReqlError as exc:
394394
# default_logger.exception(exc)
395-
pass
395+
pass
396396

397397
cursor = options.retryQuery(
398398
f"backup cursor for {db}.{table}",

0 commit comments

Comments
 (0)