Skip to content

Commit

Permalink
better
Browse files Browse the repository at this point in the history
  • Loading branch information
kmod committed Jul 21, 2022
1 parent 8121f37 commit c1a3018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_pyperformance.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
if __name__ == "__main__":
packages = os.environ.get("EXTRA_PACKAGES", "")
if packages:
packages = [pkg for pkg in packages.split(';')]
packages = [pkg for pkg in packages.split(':')]

ensure_reqs = VirtualEnvironment.ensure_reqs
def new_ensure_reqs(self, *args, **kw):
Expand Down

0 comments on commit c1a3018

Please sign in to comment.