Commit 16934b24 authored by Guillaume Seguin's avatar Guillaume Seguin

Initialize filename in pronsole

parent 1e8d05ac
......@@ -464,6 +464,7 @@ class pronsole(cmd.Cmd):
self.p.onlinecb = self.online
self.p.errorcb = self.logError
self.fgcode = None
self.filename = None
self.rpc_server = None
self.curlayer = 0
self.listing = 0
......
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