Fixed typo

master
Keegi 2011-06-27 00:37:55 +03:00
parent 0fee017277
commit 5f16c89d10
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ class pronsole(cmd.Cmd):
rc.close()
except IOError:
pass
if getattr(self,"cur_macro"):
if hasattr(self,"cur_macro"):
self.end_macro()
self.processing_rc=False