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 4def8a4 commit 98b9854Copy full SHA for 98b9854
s3cmd
@@ -1141,8 +1141,6 @@ def cmd_sync_remote2local(args):
1141
if not destination_base.endswith(os.path.sep):
1142
if fetch_source_args[0].endswith(u'/') or len(fetch_source_args) > 1:
1143
raise ParameterError("Destination must be a directory and end with '/' when downloading multiple sources.")
1144
- elif fetch_source_args[0].endswith(u'/'):
1145
- fetch_source_args[0] += u'/'
1146
1147
stats_info = StatsInfo()
1148
0 commit comments