anki-code il y a 5 ans
Parent
commit
e5e485995f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      python_appimage/__init__.py

+ 1 - 1
python_appimage/__init__.py

@@ -2,4 +2,4 @@ import platform
 
 
 if platform.system() != 'Linux':
-    raise RuntimeError('invalid system: ' + plateform.system())
+    raise RuntimeError('invalid system: ' + platform.system())