summaryrefslogtreecommitdiff
path: root/src/flufigut.py
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-09-27 21:18:19 +0200
committerChristian Pointner <equinox@spreadspace.org>2012-09-27 21:18:19 +0200
commitdf9701b0d40575ab053658a722724536648fcc3f (patch)
tree1ab39fe1d3ad1da42ec5e568121dad595ec7b7a0 /src/flufigut.py
parentrenameing of flufig to flufigut finished (diff)
minor change
Diffstat (limited to 'src/flufigut.py')
-rwxr-xr-xsrc/flufigut.py2
1 files changed, 1 insertions, 1 deletions
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);