Skip to content

Commit cbe85e2

Browse files
committed
fix option
1 parent 45cd456 commit cbe85e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pspy_proxy/proxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55

66
def main():
7-
call([str((out_path / "pspy-blueprint").absolute()), *sys.argv])
7+
call([str((out_path / "pspy-blueprint").absolute()), *sys.argv[1:]])

0 commit comments

Comments
 (0)