Skip to content

Commit

Permalink
fix: Do not raise an error on network unavailability (#3389)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpohekar authored Oct 15, 2024
1 parent d26ae27 commit 43c4086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/fluent/core/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ def _download_nltk_data():
nltk.download(
package,
quiet=True,
raise_on_error=True,
halt_on_error=False,
)


Expand Down

0 comments on commit 43c4086

Please sign in to comment.