Browse Source

Rename Enum name to camal cases

CURA-6011
Lipu Fei 6 years ago
parent
commit
3e1993d876
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cura/PrinterOutputDevice.py

+ 1 - 1
cura/PrinterOutputDevice.py

@@ -32,7 +32,7 @@ class ConnectionState(IntEnum):
     Connecting = 1
     Connected = 2
     Busy = 3
-    error = 4
+    Error = 4
 
 
 class ConnectionType(IntEnum):