Skip to content

Commit

Permalink
Uploader: Restored forking setting to true
Browse files Browse the repository at this point in the history
  • Loading branch information
jorvis committed Oct 12, 2024
1 parent e662db2 commit ffb5723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/cgi/process_uploaded_expression_dataset.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def main():
# https://stackoverflow.com/a/22181041/1368079
# https://stackoverflow.com/questions/6024472/start-background-process-daemon-from-cgi-script
# https://groups.google.com/g/comp.lang.python/c/gSRnd0RoVKY?pli=1
do_fork = False
do_fork = True
if do_fork:
sys.stdout = original_stdout
result['success'] = 1
Expand Down

0 comments on commit ffb5723

Please sign in to comment.