1
0
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:
shdown 2014-09-23 18:24:13 +04:00 committed by wm4
parent c6d0e41335
commit 546c0f0b25

View File

@ -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,