mirror of
https://github.com/mpv-player/mpv
synced 2025-01-31 20:21:49 +00:00
TOOLS/umpv: use python octal notation
This commit is contained in:
parent
c6d0e41335
commit
546c0f0b25
@ -109,7 +109,7 @@ else:
|
||||
pass
|
||||
else:
|
||||
raise e
|
||||
os.mkfifo(FIFO, int("0600", 8))
|
||||
os.mkfifo(FIFO, 0o600)
|
||||
|
||||
opts = (os.getenv("MPV") or "mpv").split()
|
||||
opts.extend(["--no-terminal", "--force-window", "--input-file=" + FIFO,
|
||||
|
Loading…
Reference in New Issue
Block a user