Skip to content

Commit

Permalink
Improve a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
soininen committed Sep 3, 2024
1 parent e7abb92 commit d855292
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spinetoolbox/spine_engine_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,10 @@ class RemoteSpineEngineManager(SpineEngineManagerBase):
"""Responsible for remote project execution."""

def __init__(self, job_id=""):
"""Initializer."""
"""
Args:
job_id (str): Job id of ProjectExtractionService for finding the extracted project on server
"""
super().__init__()
self._runner = threading.Thread(name="RemoteSpineEngineManagerRunnerThread", target=self._run)
self._engine_data = None
Expand Down

0 comments on commit d855292

Please sign in to comment.