Skip to content

Commit 33ce2d7

Browse files
JoeZiminskiCopilot
andauthored
Update datashuttle/tui/screens/setup_aws.py
Co-authored-by: Copilot <[email protected]>
1 parent 34981f5 commit 33ce2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datashuttle/tui/screens/setup_aws.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,6 @@ def set_rclone_encryption(self):
143143
self.stage = "finished"
144144
else:
145145
message = (
146-
f"The rclone_encryption set up failed. Exception: {output}"
146+
f"The rclone encryption set up failed. Exception: {output}"
147147
)
148148
self.query_one("#setup_aws_messagebox_message").update(message)

0 commit comments

Comments
 (0)