Skip to content

Commit 99a8b3d

Browse files
committed
add psijworker description
1 parent 8f160a0 commit 99a8b3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pydra/engine/workers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -893,6 +893,8 @@ def close(self):
893893

894894

895895
class PsijWorker(Worker):
896+
"""A worker to execute tasks using PSI/J."""
897+
896898
def __init__(self, subtype, **kwargs):
897899
"""
898900
Initialize PsijWorker.

0 commit comments

Comments
 (0)