added fix for IOError

This commit is contained in:
neersighted 2012-02-29 19:33:12 -08:00
parent d72cd13a13
commit 30fc42cd37

View file

@ -175,7 +175,8 @@ except (KeyboardInterrupt), e:
except (NameError, SyntaxError), e:
print error6
exit
except (IOError), e:
pass
if os.path.isfile("./bot.py"):
command = command
else: