Skip to content

Commit

Permalink
new line because line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
i-oden committed Dec 5, 2024
1 parent 8dbfd34 commit 7c9c214
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dds_cli/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ def __init__(
# Use user defined destination if any specified
if self.method in DDS_DIR_REQUIRED_METHODS:
default_dir = pathlib.Path(
f"DataDelivery_{dds_cli.timestamp.TimeStamp().timestamp}_{self.project}_{'upload' if self.method == 'put' else 'download'}"
f"DataDelivery_{dds_cli.timestamp.TimeStamp().timestamp}_{self.project}_"
f"{'upload' if self.method == 'put' else 'download'}"
)
if mount_dir:
new_directory = mount_dir / default_dir
Expand Down

0 comments on commit 7c9c214

Please sign in to comment.