Skip to content

Commit

Permalink
Ensure venv_install is always fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Nov 28, 2022
1 parent a369c5f commit c7a3da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyscaffold/extensions/venv.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def run(struct: Structure, opts: ScaffoldOpts) -> ActionParams:
with chdir(project_path, **opts):
if venv_path.is_dir():
logger.report("skip", venv_path)
return struct, opts
return struct, _fix_opts(opts)

create(venv_path, opts.get("pretend"))

Expand Down

0 comments on commit c7a3da2

Please sign in to comment.