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.
2 parents fb66e74 + 4ea6719 commit 1f854b1Copy full SHA for 1f854b1
rethinkdb/_restore.py
@@ -180,7 +180,7 @@ def parse_options(argv, prog=None):
180
"Temporary directory doesn't exist or is not a directory: %s"
181
% options.temp_dir
182
)
183
- if not os.access(options["temp_dir"], os.W_OK):
+ if not os.access(options.temp_dir, os.W_OK):
184
parser.error("Temporary directory inaccessible: %s" % options.temp_dir)
185
186
# - create_args
0 commit comments