We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45cd456 commit cbe85e2Copy full SHA for cbe85e2
pspy_proxy/proxy.py
@@ -4,4 +4,4 @@
4
5
6
def main():
7
- call([str((out_path / "pspy-blueprint").absolute()), *sys.argv])
+ call([str((out_path / "pspy-blueprint").absolute()), *sys.argv[1:]])
0 commit comments