Skip to content
This repository has been archived by the owner on Sep 27, 2020. It is now read-only.

Commit

Permalink
fix runner.py in order to avoid black screen
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalLumberjack authored Feb 20, 2017
1 parent 9e38ef3 commit eb5924c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configgen/utils/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def runCommand(command):
global proc
if command.videomode != 'default':
videoMode.setVideoMode(command.videomode)
time.sleep(0.5)
command.env.update(os.environ)
proc = subprocess.Popen(command.array, stdout=subprocess.PIPE, env=command.env)
exitcode = -1
Expand Down

0 comments on commit eb5924c

Please sign in to comment.