Skip to content

Commit

Permalink
Fixup! indentation testing mode message
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd authored and Harvie committed Sep 1, 2022
1 parent 6157e71 commit c07b156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bCNC/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import serial
except ImportError:
serial = None
print("testing mode, could not import serial")
print("testing mode, could not import serial")
try:
import Tkinter
from Queue import *
Expand Down

0 comments on commit c07b156

Please sign in to comment.