Skip to content

Commit

Permalink
fix context manager
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Nov 19, 2024
1 parent 419db9a commit 50f244a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/rvspecfit/desi/desi_fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ def submit(self, f, *args, **kw):
def __enter__(self):
return self

def __exit__(self):
def __exit__(self, exc_type, exc_value, traceback):
pass


Expand Down

0 comments on commit 50f244a

Please sign in to comment.