From 5ca8207c8704690fd518b3acb3a28063ce412fbd Mon Sep 17 00:00:00 2001 From: Necoro <> Date: Tue, 12 Feb 2008 23:34:58 +0000 Subject: r771@Devoty: necoro | 2008-02-13 00:34:42 +0100 fixes --- portato.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'portato.py') diff --git a/portato.py b/portato.py index bffccec..f426192 100755 --- a/portato.py +++ b/portato.py @@ -101,8 +101,6 @@ def main (): rw = shm.create_semaphore(InitialValue = 1, permissions = 0600) additional = [] - if options.check: - additional.append("--check") if options.frontend: additional.extend(["--frontend", options.frontend]) -- cgit v1.2.3