Skip to content

Instantly share code, notes, and snippets.

@clayote
Created May 1, 2013 18:33
Show Gist options
  • Save clayote/5497241 to your computer and use it in GitHub Desktop.
Save clayote/5497241 to your computer and use it in GitHub Desktop.
rowdict == {'style': u'Big', 'right': 0.12, 'name': u'Main', 'bottom': 0.0, 'db': <database.Database instance at 0x1d6c830>, 'top': 1.0, 'visible': 1, 'main_for_window': 1, 'board': u'Physical', 'left': 0.0}
File "tests.py", line 7, in <module>
db.load_board("Physical")
File "/home/sanotehu/src/LiSE/database.py", line 158, in load_board
return self.load_boards([dimname])
File "/home/sanotehu/src/LiSE/database.py", line 155, in load_boards
return board.load_boards(self, dimname)
File "/home/sanotehu/src/LiSE/board.py", line 95, in load_boards
read_menus_in_boards(db, names)
File "/home/sanotehu/src/LiSE/menu.py", line 318, in read_menus_in_boards
numenu = Menu(**rowdict)
TypeError: __init__() takes at least 10 arguments (11 given)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment