mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 04:10:15 +01:00
@@ -2,4 +2,4 @@ import platform
|
||||
|
||||
|
||||
if platform.system() != 'Linux':
|
||||
raise RuntimeError('invalid system: ' + plateform.system())
|
||||
raise RuntimeError('invalid system: ' + platform.system())
|
||||
|
||||
Reference in New Issue
Block a user