Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1294e8

Browse files
committed
Fix syntax error
1 parent 6f3df14 commit e1294e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/test/lib/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ class VirtualEnvironment:
388388

389389
__slots__ = ("_env_dir",)
390390

391-
def __init__(self, env_dir, *, with_pip):
391+
def __init__(self, env_dir, with_pip):
392392
if os.name == "nt":
393393
self._env_dir = osp.realpath(env_dir)
394394
venv.create(self.env_dir, symlinks=False, with_pip=with_pip)

0 commit comments

Comments
 (0)