Skip to content

Commit 311a4fc

Browse files
committed
Add debug to track installation issue.
1 parent cdee0db commit 311a4fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/briefcase/commands/create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ def _pip_install(
616616
"--no-user",
617617
f"--target={app_packages_path}",
618618
]
619-
+ (["-vv"] if self.console.is_deep_debug else [])
619+
+ (["-vv"] if True else []) # self.console.is_deep_debug else [])
620620
+ self._extra_pip_args(app)
621621
+ pip_args,
622622
check=True,

0 commit comments

Comments
 (0)