Skip to content

Commit 748a890

Browse files
Revert breaking change
1 parent 1fe3e4a commit 748a890

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -776,8 +776,7 @@ def commands_step(path, commands):
776776
step("zip:embedded", _path, prefix)
777777
elif len(c) == 1:
778778
prefix = None
779-
_path = None
780-
step("zip:embedded", _path, prefix)
779+
step("zip:embedded", path, prefix)
781780
else:
782781
raise ValueError(
783782
":zip invalid call signature, use: "

0 commit comments

Comments
 (0)