Skip to content

Commit

Permalink
Merge pull request #164 from illogicalextend/fileextension
Browse files Browse the repository at this point in the history
Thanks!
  • Loading branch information
ronniekk committed Jun 13, 2014
2 parents 3af34a3 + e51ff5b commit 08d6e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def main():

locustfile = find_locustfile(options.locustfile)
if not locustfile:
logger.error("Could not find any locustfile! See --help for available options.")
logger.error("Could not find any locustfile! Ensure file ends in '.py' and see --help for available options.")
sys.exit(1)

docstring, locusts = load_locustfile(locustfile)
Expand Down

0 comments on commit 08d6e52

Please sign in to comment.