mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-04-15 05:42:37 +03:00
proton: Complain if verb is missing
This commit is contained in:
parent
7ef0476c2b
commit
6adef625fd
2
proton
2
proton
@ -182,7 +182,7 @@ elif sys.argv[1] == "translatepath":
|
|||||||
path = subprocess.check_output([wine_path, "winepath", "-w", sys.argv[2]], env=env, stderr=open("/dev/null", "w"))
|
path = subprocess.check_output([wine_path, "winepath", "-w", sys.argv[2]], env=env, stderr=open("/dev/null", "w"))
|
||||||
stdout.write(path)
|
stdout.write(path)
|
||||||
else:
|
else:
|
||||||
#???
|
stdout.write("Need a verb.")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user