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
In the 0.3.1 release version, the clear_pattern call fails with NameError: name 'write_pattern_line' is not defined on this line:
rc = write_pattern_line(self.dev, 0, 'black', i );
This is actually fixed in the code in the repo, so I think all this needs is releasing a new version, and possibly adding a test for the clear_pattern method.
The text was updated successfully, but these errors were encountered:
In the 0.3.1 release version, the
clear_pattern
call fails withNameError: name 'write_pattern_line' is not defined
on this line:This is actually fixed in the code in the repo, so I think all this needs is releasing a new version, and possibly adding a test for the clear_pattern method.
The text was updated successfully, but these errors were encountered: