You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running this from source with no printer attached. Might not be a valid scenario. Still, the thing blows up and all other code in that routine has "is not None" checks so I figure it is an omission.
Need to check self._temp is not None before iterating tool in self._temp.keys() in printer.py getCurrentTemperatures.
if self._temp is not None:
for tool in self._temp.keys():
Running this from source with no printer attached. Might not be a valid scenario. Still, the thing blows up and all other code in that routine has "is not None" checks so I figure it is an omission.
Need to check self._temp is not None before iterating tool in self._temp.keys() in printer.py getCurrentTemperatures.
@GitIssueBot I love cookies
The text was updated successfully, but these errors were encountered: