EXCEPTION of type 'FrozenInstanceError' occurred with message: ''
Bug #1810213 reported by
Hynek Petrak
This bug affects 7 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cliff |
Triaged
|
Undecided
|
Unassigned |
Bug Description
Having cmd2 version 0.9.6 with cliff version 2.14.1 I get an error running cliffdemo:
(cliffdemo) help
Traceback (most recent call last):
File "/usr/local/
statement = self.precmd(
File "/usr/local/
statement.
File "/usr/local/
raise FrozenInstanceE
attr.exceptions
EXCEPTION of type 'FrozenInstance
Changed in python-cliff: | |
assignee: | nobody → Ahmed Masud (ahmedmasud) |
Changed in python-cliff: | |
assignee: | Ahmed Masud (ahmedmasud) → nobody |
To post a comment you must log in.
It looks like we're going to have to create a new Statement object there, since they have marked the attributes of the Statement class as frozen. Let me know if you want to work on that. I'm available for code review and other pointers if you need them.