Fails to start since 1.4 #3

Closed
opened 2020-03-28 16:39:03 +01:00 by terence · 2 comments

Since 1.4 I get the following:

Traceback (most recent call last):
  File "/usr/bin/pyfan.py", line 171, in <module>
    with PyFan() as pyfan:
  File "/usr/bin/pyfan.py", line 135, in __init__
    self.zones.append(ThermalZone(zone, self))
  File "/usr/bin/pyfan.py", line 23, in __init__
    self.hwmap = pyfan.hwmap
NameError: name 'pyfan' is not defined
Since 1.4 I get the following: ``` Traceback (most recent call last): File "/usr/bin/pyfan.py", line 171, in <module> with PyFan() as pyfan: File "/usr/bin/pyfan.py", line 135, in __init__ self.zones.append(ThermalZone(zone, self)) File "/usr/bin/pyfan.py", line 23, in __init__ self.hwmap = pyfan.hwmap NameError: name 'pyfan' is not defined ```
Owner

Thanks for the report, I fixed that in my local repo but it seems I did not commit it before release, what a blunder. Well, should be fixed now.

Thanks for the report, I fixed that in my local repo but it seems I did not commit it before release, what a blunder. Well, should be fixed now.
terence changed title from Fails to start since 1.5 to Fails to start since 1.4 2020-03-28 18:13:49 +01:00
Author

Ah :D thanks anyway 👍

Ah :D thanks anyway :+1:
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anonfunc/PyFan#3
No description provided.