Skip to content

Commit

Permalink
limit installer to v3.x and above
Browse files Browse the repository at this point in the history
  • Loading branch information
mworion committed Aug 12, 2024
1 parent 6a36b02 commit ced0937
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions startup/startup_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def run(command) -> bool:
text=True)
for stdout_line in iter(process.stdout.readline, ""):
if stdout_line:
print(stdout_line.strip('\n'))
log.info(stdout_line.strip('\n'))
output = process.communicate(timeout=60)[0]

Expand Down

0 comments on commit ced0937

Please sign in to comment.