diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-07-20 21:19:29 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-07-20 21:20:55 +0100 |
| commit | 0a07704d6dc53bf3a35d4aadfa240586f55e9487 (patch) | |
| tree | dc7d45dfd0b74b58fa7f19d09c61b4981cd7dc25 /util/helpers.py | |
| parent | 961c56632ba5c2e3937bced415697096ef8c8344 (diff) | |
Replace python installer
Diffstat (limited to 'util/helpers.py')
| -rw-r--r-- | util/helpers.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/util/helpers.py b/util/helpers.py deleted file mode 100644 index 5f970df..0000000 --- a/util/helpers.py +++ /dev/null @@ -1,13 +0,0 @@ -import os - -OS_TYPE = os.getenv("OS_TYPE") - - -# Returns True if all preconditions pass -def check_preconditions(obj): - if "preconditions" in obj: - if ("os" in obj["preconditions"] - and obj["preconditions"]["os"] != OS_TYPE): - return False - - return True |
