Skip to content

Commit

Permalink
Trying to make windows work
Browse files Browse the repository at this point in the history
  • Loading branch information
uri.akavia committed Apr 20, 2022
1 parent 0acc4c9 commit f32f611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cobra/io/web/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def _fetch_model(
)
try:
return repository.get_sbml(model_id=model_id)
except FileNotFoundError:
except (FileNotFoundError, OSError):
logger.debug(
f"Model '{model_id} not found in the local "
f"repository {repository.name}.'"
Expand Down

0 comments on commit f32f611

Please sign in to comment.