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 0c2c1b2 commit af6cfb5Copy full SHA for af6cfb5
datashuttle/tui/screens/setup_gdrive.py
@@ -292,7 +292,6 @@ async def setup_gdrive_connection_and_update_ui(
292
293
success, output = worker.result
294
if success:
295
- self.show_password_screen()
296
# This function is called from different screens that
297
# contain different widgets. Therefore, remove all possible
298
# widgets that may / may not be present on the previous screen.
tests/tests_transfers/gdrive/gdrive_test_utils.py
@@ -77,4 +77,5 @@ def has_gdrive_environment_variables():
77
]:
78
if key not in os.environ:
79
return False
80
+
81
return True
0 commit comments