Skip to content

Commit

Permalink
Handle projects where the envelope is also the package
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaclarke committed Sep 8, 2021
1 parent ccbeaf5 commit 88d5674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions conbench/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def _print_error(self, msg, red=False):

def places_to_look():
current_dir = os.getcwd()
sys.path.append(os.path.join(current_dir, ".."))
benchmarks_dir = os.path.join(current_dir, "benchmarks")
if os.path.exists(benchmarks_dir):
return [current_dir, benchmarks_dir]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="conbench",
version="1.17.0",
version="1.18.0",
description="Continuous Benchmarking (CB) Framework",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 88d5674

Please sign in to comment.