Skip to content

Commit

Permalink
fix: All new versions hit this - bypassing for py3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
christokur committed Feb 4, 2023
1 parent 5225f5f commit f7c2acf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cookiecutter/context.py
Expand Up @@ -582,7 +582,8 @@ def load_context(json_object, no_input=False, verbose=True):
click.echo(variable.validation_msg)
else:
# no validation defined
break
# Only py3.8 does not detect coverage here
break # pragma: no cover

if verbose:
width, _ = shutil.get_terminal_size()
Expand Down

0 comments on commit f7c2acf

Please sign in to comment.