Commit 53651f6
authored
Fix set CollectorExt.m_app error
Assigning m_app is apparently not required anymore in last RevitLookup versions and not even possible.
Error:
"""python
Traceback (most recent call last):
File "<string>", line 83, in <module>
File "<string>", line 63, in __init__
TypeError: can't set attributes of built-in/extension type 'CollectorExt'
"""1 parent c51e5ad commit 53651f6
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
| |||
0 commit comments