Skip to content

Commit

Permalink
fix connect error codes load linting (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarkafa authored Mar 7, 2024
1 parent 320b26f commit 9d2e3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prusaerrors/connect/codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def decor(cls):
printers.append('MK39')
else: # if no printers specified code is valid for all buddy
printers = BUDDY

for printer in printers:
printer = Printer[printer.upper().replace(".", "")]
code = PrinterCode(
Expand Down

0 comments on commit 9d2e3bd

Please sign in to comment.