Skip to content

Commit 37614a4

Browse files
committed
update errors
1 parent 8a380a9 commit 37614a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pins/boards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def pin_write(
350350
part of the pin version name.
351351
"""
352352

353-
if versioned is False:
353+
if not self.versioned:
354354
raise NotImplementedError(
355355
"Can only write pins with boards that support versioning."
356356
)

0 commit comments

Comments
 (0)