Skip to content

Commit 07bef3d

Browse files
JoeZiminskiCopilot
andauthored
Update datashuttle/configs/rclone_configs.py
Co-authored-by: Copilot <[email protected]>
1 parent 8f14c9e commit 07bef3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datashuttle/configs/rclone_configs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def set_rclone_config_encryption_state(self, value: bool) -> None:
9595
def rclone_file_is_encrypted(
9696
self,
9797
) -> bool:
98-
"""Return whether the config file associated with the current `connection_method`."""
98+
"""Return whether the config file associated with the current `connection_method` is encrypted."""
9999
assert rclone_encryption.connection_method_requires_encryption(
100100
self.datashuttle_configs["connection_method"]
101101
)

0 commit comments

Comments
 (0)