X-Git-Url: http://git.treefish.org/~alex/mtxbot.git/blobdiff_plain/903c99697d1bdf1db334a9da7c19213215e205f5..68e819a04d93ac687e72ec02cc24f8b78bebb055:/src/mtxbot-post.py?ds=sidebyside diff --git a/src/mtxbot-post.py b/src/mtxbot-post.py index 61cbdf2..8d1fac8 100755 --- a/src/mtxbot-post.py +++ b/src/mtxbot-post.py @@ -20,7 +20,8 @@ if not os.path.isdir(fifo_dir): print("Fifo directory %s does not exist!" % fifo_dir, file=sys.stderr) sys.exit(2) -if not ( os.exists(fifo_path) and stat.S_ISFIFO(os.stat(fifo_path).st_mode) ): +if not ( os.path.exists(fifo_path) and + stat.S_ISFIFO(os.stat(fifo_path).st_mode) ): print("Channel %s does not exist!" % sys.argv[1], file=sys.stderr) sys.exit(3)