mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
6 lines
116 B
Python
6 lines
116 B
Python
SUCCESS = 0
|
|
ERROR = 1
|
|
UNKNOWN_ERROR = 2
|
|
VIRTUALENV_NOT_FOUND = 3
|
|
PREVIOUS_BUILD_DIR_ERROR = 4
|
|
NO_MATCHES_FOUND = 23
|