Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann committed Dec 5, 2024
1 parent 8ebdf1d commit f028ebe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/actinia_module_plugin/core/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ def start_job(timeout, func, *args):
Execute the provided function in a subprocess
Args:
timeout: Timeout parameter
func: The function to call from the subprocess
*args: The function arguments
Returns:
returns after starting the process
"""
# Just starting the process
from multiprocessing import Process
Expand Down

0 comments on commit f028ebe

Please sign in to comment.