Skip to content

Commit

Permalink
whitespace command.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ole Herman Schumacher Elgesem <[email protected]>
  • Loading branch information
victormlg and olehermanse authored Dec 13, 2024
1 parent 18f1815 commit f861aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cf_remote/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def _iterate_over_packages(tags=None, version=None, edition=None, download=False
else:
for artifact in artifacts:
if download:
package_path= download_package(artifact.url, checksum=artifact.checksum)
package_path = download_package(artifact.url, checksum=artifact.checksum)
if output_dir:
output_dir = os.path.normpath(output_dir)
parent = os.path.dirname(output_dir)
Expand Down

0 comments on commit f861aa1

Please sign in to comment.