Skip to content

Commit af6cfb5

Browse files
committed
Fix rebase error introduced.
1 parent 0c2c1b2 commit af6cfb5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

datashuttle/tui/screens/setup_gdrive.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ async def setup_gdrive_connection_and_update_ui(
292292

293293
success, output = worker.result
294294
if success:
295-
self.show_password_screen()
296295
# This function is called from different screens that
297296
# contain different widgets. Therefore, remove all possible
298297
# widgets that may / may not be present on the previous screen.

tests/tests_transfers/gdrive/gdrive_test_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,5 @@ def has_gdrive_environment_variables():
7777
]:
7878
if key not in os.environ:
7979
return False
80+
8081
return True

0 commit comments

Comments
 (0)