Skip to content

Commit

Permalink
Revert breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
uncatchable-de authored Nov 25, 2024
1 parent 1fe3e4a commit 748a890
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.py
Original file line number Diff line number Diff line change
Expand Up @@ -776,8 +776,7 @@ def commands_step(path, commands):
step("zip:embedded", _path, prefix)
elif len(c) == 1:
prefix = None
_path = None
step("zip:embedded", _path, prefix)
step("zip:embedded", path, prefix)
else:
raise ValueError(
":zip invalid call signature, use: "
Expand Down

0 comments on commit 748a890

Please sign in to comment.