mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Fix refactoring of check routine
This commit is contained in:
@@ -129,7 +129,7 @@ def do_check(
|
||||
if output in formats:
|
||||
options.append(formats.get(output, ""))
|
||||
|
||||
elif output in ["screen", "default"]:
|
||||
elif output not in ["screen", "default"]:
|
||||
options.append(f"--output={output}")
|
||||
|
||||
if save_json:
|
||||
|
||||
Reference in New Issue
Block a user