From df9701b0d40575ab053658a722724536648fcc3f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 27 Sep 2012 21:18:19 +0200 Subject: minor change --- src/flufigut.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flufigut.py') diff --git a/src/flufigut.py b/src/flufigut.py index c55b0ff..7a02696 100755 --- a/src/flufigut.py +++ b/src/flufigut.py @@ -43,7 +43,7 @@ def rand_string(size=8, chars=string.ascii_lowercase + string.ascii_uppercase + ### parse json file ############################################# # if len(sys.argv) <= 2: - raise SystemExit("No template name and or config file given") + raise SystemExit("No template name and or configuration file given") cf = open(sys.argv[2], 'r') config = json.load(cf); -- cgit v1.2.3