Yelp / pyleus

Pyleus is a Python framework for developing and launching Storm topologies.
Apache License 2.0
403 stars 107 forks source link

chdir to the topology dir during build #26

Open patricklucas opened 10 years ago

patricklucas commented 10 years ago

It should be valid for a user to have a relative path to a package in their requirements.txt, but currently if they pyleus build from outside the topology directory, the command will fail.

chdir-ing to the topology directory before running virtualenv commands should fix this.