Skip to content

Commit

Permalink
Make the changes PEP8 compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
juliogonzalez committed Aug 17, 2022
1 parent 509e465 commit 34985bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -5463,7 +5463,7 @@ def copy_pac(src_apiurl, src_project, src_package,
revision = None,
comment = None,
force_meta_update = None,
keep_link = None,
keep_link=None,
make_origin_older=False,
with_history=False,
with_binaries=False):
Expand Down

0 comments on commit 34985bc

Please sign in to comment.