mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 08:14:34 +01:00
proton: Complain if verb is missing
This commit is contained in:
parent
7ef0476c2b
commit
6adef625fd
1 changed files with 1 additions and 1 deletions
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"))
|
||||
stdout.write(path)
|
||||
else:
|
||||
#???
|
||||
stdout.write("Need a verb.")
|
||||
sys.exit(1)
|
||||
|
||||
sys.exit(0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue