From 43ba30161aa509976ea977e28b5141529ac00934 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Sat, 10 Mar 2007 05:47:34 +0000 Subject: [PATCH] Quitar trailing space. --- start-sercom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-sercom.py b/start-sercom.py index cba53a1..45625c8 100644 --- a/start-sercom.py +++ b/start-sercom.py @@ -17,7 +17,7 @@ import sys # look for setup.py in this directory. If it's not there, this script is # probably installed if len(sys.argv) > 1: - update_config(configfile=sys.argv[1], + update_config(configfile=sys.argv[1], modulename="sercom.config") elif exists(join(dirname(__file__), "setup.py")): update_config(configfile="dev.cfg",modulename="sercom.config") -- 2.43.0