Skip to content

Commit

Permalink
change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
archermarx committed Oct 24, 2024
1 parent 5050f2d commit 9023112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/pywarpx/particle_containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(self, species_name):
try:
mypc = libwarpx.warpx.multi_particle_container()
except AttributeError as e:
msg = "This may be caused by forgetting to call initialize_warpx() before creating a ParticleContainerWrapper."
msg = "This may be caused by attempting to create a ParticleContainerWrapper before initialize_warpx has been called"
raise AttributeError(msg) from e

self.particle_container = mypc.get_particle_container_from_name(self.name)
Expand Down

0 comments on commit 9023112

Please sign in to comment.