From 950b77bcd719d2b6d7d0191fab1e7b4df35a1840 Mon Sep 17 00:00:00 2001 From: Uriziel Date: Thu, 21 Jun 2012 14:08:08 +0200 Subject: [PATCH] Fix dla exe --- common_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common_functions.py b/common_functions.py index 1f9056a..0770730 100644 --- a/common_functions.py +++ b/common_functions.py @@ -33,7 +33,7 @@ def get_configuration(): else: name = args.name except ConfigParser.NoSectionError: - exit("Host or username not specified") + sys.exit("Host or username not specified") with open('syncplay.ini', 'wb') as configfile: try: