Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOerror on card read #7

Closed
scottjab opened this issue Dec 14, 2012 · 1 comment
Closed

IOerror on card read #7

scottjab opened this issue Dec 14, 2012 · 1 comment

Comments

@scottjab
Copy link
Contributor

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/supybot/callbacks.py", line 1181, in _callCommand
    self.callCommand(command, irc, msg, *args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/supybot/utils/python.py", line 86, in g
    f(self, *args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/supybot/callbacks.py", line 1167, in callCommand
    method(irc, msg, *args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/supybot/plugins/Cah/plugin.py", line 115, in startgame
    self.games[channel]['game'] = Game(game['players'], game['rounds'])
  File "/usr/local/lib/python2.7/dist-packages/supybot/plugins/Cah/cah.py", line 77, in __init__
    self.deck = Deck()
  File "/usr/local/lib/python2.7/dist-packages/supybot/plugins/Cah/cah.py", line 16, in __init__
    self.answerDb = self.parse_card_file('answer')
  File "/usr/local/lib/python2.7/dist-packages/supybot/plugins/Cah/cah.py", line 31, in parse_card_file
    raise IOError
IOError
@scottjab
Copy link
Contributor Author

scottjab commented Jan 8, 2013

Fixed in most recent pull request, I forgot to close this.

@scottjab scottjab closed this as completed Jan 8, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant