Skip to content

Commit

Permalink
Bag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-snd committed Sep 6, 2022
1 parent ead57f7 commit e4d5843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trecover/train/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def sync(self, verbose: bool = False) -> None:
self.min_noise = min_noise
self.max_noise = max_noise

except (HTTPException, AssertionError) as e:
except (HTTPException, OSError, AssertionError) as e:
if verbose:
log.project_console.print('CollabCollate: Unable to synchronize CollabCollate arguments -',
style='yellow', justify='right')
Expand Down

0 comments on commit e4d5843

Please sign in to comment.