Commit f63dfe99 authored by Guillaume Seguin's avatar Guillaume Seguin

Minor presentation error fix in pronsole.py

parent 280731f0
......@@ -521,7 +521,7 @@ class pronsole(cmd.Cmd):
#else:
# self.log("Removed '"+key+"' from '"+self.rc_filename+"'")
except Exception, e:
self.log("Saving failed for", key+":", str(e))
self.log("Saving failed for ", key+":", str(e))
finally:
del rci, rco
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment