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 2e3a710 commit ccbad2aCopy full SHA for ccbad2a
datashuttle/utils/rclone_encryption.py
@@ -235,7 +235,7 @@ def run_rclone_config_encrypt(cfg: Configs) -> None:
235
raise RuntimeError(
236
f"\n--- STDOUT ---\n{output.stdout}\n"
237
f"\n--- STDERR ---\n{output.stderr}\n"
238
- "Could not remove the password from the RClone config. See the error message above."
+ "Could not encrypt the RClone config. See the error message above."
239
)
240
241
remove_credentials_as_password_command()
0 commit comments