From 546c0f0b2539a9ae49e2c98d5e3be27386d4dfbe Mon Sep 17 00:00:00 2001 From: shdown Date: Tue, 23 Sep 2014 18:24:13 +0400 Subject: TOOLS/umpv: use python octal notation --- TOOLS/umpv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TOOLS') diff --git a/TOOLS/umpv b/TOOLS/umpv index c90ecd8c1a..7eb2645bf5 100755 --- a/TOOLS/umpv +++ b/TOOLS/umpv @@ -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, -- cgit v1.2.3