Skip to content

Commit

Permalink
commit missed line in previous commit (add support for pyproject.toml…
Browse files Browse the repository at this point in the history
…, like locust did in 2.14)
  • Loading branch information
cyberw committed Mar 18, 2024
1 parent 7e678d9 commit 064234f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions locust_swarm/swarm.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
default_config_files=[
"~/.locust.conf",
"locust.conf",
"pyproject.toml",
"~/.swarm.conf",
"swarm.conf",
],
Expand Down

0 comments on commit 064234f

Please sign in to comment.