Skip to content

Commit

Permalink
try changing start method
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbhughes committed Nov 20, 2024
1 parent 13b64de commit 66215b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion punchpipe/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
from punchpipe.flows.fcorona import construct_f_corona_background_scheduler_flow, construct_f_corona_background_process_flow
from punchpipe.monitor.app import create_app

mp.set_start_method('spawn')
THIS_DIR = os.path.dirname(__file__)
app = create_app()
server = app.server

@click.group
def main():
"""Run the PUNCH automated pipeline"""
mp.set_start_method('spawn')


@flow
Expand Down

0 comments on commit 66215b8

Please sign in to comment.