Skip to content

Commit

Permalink
fix typo in variable
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Vogt <fabian@ritter-vogt.de>
  • Loading branch information
fcrozat and Vogtinator committed May 7, 2024
1 parent 078808b commit d07e09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osclib/freeze_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def copy_weakremovers(self):
inc = osc.core.http_GET(sourceurl).read()
sourceurl_exists=True
except HTTPError:
sourceurlurl_exists=False
sourceurl_exists=False
if targeturl_exists != sourceurl_exists:
raise Exception("weakremover.inc doesn't exist in both Staging and Parent project, please fix")
if not(targeturl_exists) and not(sourceurl_exists):
Expand Down

0 comments on commit d07e09f

Please sign in to comment.