Skip to content

Commit

Permalink
Changing to join
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Jul 1, 2020
1 parent 70cd2bf commit 35b2481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/workflow/examples/test_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Test(unittest.TestCase):

def setUp(self):
self._path = os.environ['PATH']
os.environ['PATH'] = os.pathsep.join(
os.environ['PATH'] = os.path.join(
os.path.dirname(sys.executable), os.environ['PATH']
)

Expand Down

0 comments on commit 35b2481

Please sign in to comment.