Skip to content

Commit

Permalink
Missed parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
aluminiumgeek committed Dec 12, 2015
1 parent 15836ad commit b15730b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cc.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ def main(settings_module):
os.setsid()
pid = os.fork()
if pid == 0:
main()
main(options.settings)
else:
main(options.settings)

0 comments on commit b15730b

Please sign in to comment.