Skip to content

Commit

Permalink
Add missing close() in SGEOps
Browse files Browse the repository at this point in the history
Closes #415.
  • Loading branch information
dansondergaard committed Jun 19, 2024
1 parent 30364d2 commit 3c1dc67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gwf/backends/sge.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ def compile_script(self, target):
out.append(ensure_trailing_newline(target.spec))
return "\n".join(out)

def close(self):
pass


def create_backend(working_dir):
return TrackingBackend(
Expand Down

0 comments on commit 3c1dc67

Please sign in to comment.