Skip to content

Commit

Permalink
Changing workink dir to gauge project root #6
Browse files Browse the repository at this point in the history
  • Loading branch information
kashishm committed Jul 16, 2016
1 parent 69b0053 commit 9153a29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions getgauge/impl_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@


def load_impls(step_impl_dir=impl_dir):
os.chdir(project_root)
for f in os.listdir(step_impl_dir):
file_path = os.path.join(step_impl_dir, f)
if f.endswith('.py'):
Expand Down

0 comments on commit 9153a29

Please sign in to comment.