Skip to content

Commit

Permalink
ret
Browse files Browse the repository at this point in the history
  • Loading branch information
domschl committed Aug 17, 2023
1 parent 88f990d commit ddb2dde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selftest/selftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ def create_device(fhi, name, readings):
sys.exit(-2)

# os.system(config["exec"])
subprocess.Popen(config["cmds"], cwd=config['fhem_dir'], close_fds=True)
log.info("Fhem startup at {}".format(config['exec']))
ret = subprocess.Popen(config["cmds"], cwd=config['fhem_dir'], close_fds=True)
log.info("Fhem startup at {}: {}".format(config['exec'], ret))

retry_cnt = 10
for i in range(retry_cnt):
Expand Down

0 comments on commit ddb2dde

Please sign in to comment.