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 bef1d3d commit f52648fCopy full SHA for f52648f
1 file changed
datashuttle/utils/gdrive.py
@@ -63,8 +63,7 @@ def preliminary_for_setup_without_browser(
63
pipe_std=True,
64
)
65
66
- # TODO: make this more robust
67
- # extracting rclone's message from the json
+ # Extracting rclone's message from the json
68
output_json = json.loads(output.stdout)
69
message = output_json["Option"]["Help"]
70
0 commit comments