Skip to content

Commit

Permalink
Update common.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dermen authored Sep 17, 2024
1 parent cb7570b commit 479104d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reciprocalspaceship/io/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def check_for_ray():

message = (
"ray (https://www.ray.io/) is not available..."
"Falling back to serial file parser."
"Falling back to serial."
)
warnings.warn(message, ImportWarning)
return has_ray
Expand Down

0 comments on commit 479104d

Please sign in to comment.