Skip to content

Commit

Permalink
Updated setup_state.txt generation
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianPlum committed Dec 5, 2023
1 parent c41f76b commit 0b7d3dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion check_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,10 @@
except FileNotFoundError:
print("INFO: Did not suppress DLC imports - indicating unit testing")

if platform.system() == "Linux":
if platform.system() != "Linux":
setup_state_f_contents.append("setup_complete=True")

else:
# clone and make darknet (for cpu support)
print("\n\n----------------------------------------------------------------------------\n")
print("INFO: Linux environment found - building darknet from source...")
Expand Down

0 comments on commit 0b7d3dc

Please sign in to comment.