Skip to content

Commit

Permalink
Merge pull request cms-sw#343 from ktf/add-begin-end-job2
Browse files Browse the repository at this point in the history
Add support for begin and end of job reports.
  • Loading branch information
ktf committed Feb 20, 2015
2 parents 39385c6 + 4a48a65 commit 8661663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scram-package-monitor
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ if __name__ == "__main__":
thread_id = os.fork()
except OSError, e:
print "Error while forking"
sys.exit(1)
sys.exit(0)
if not thread_id == 0:
sys.exit(0)

Expand Down

0 comments on commit 8661663

Please sign in to comment.