Skip to content

Commit 94644bc

Browse files
committed
make the second attempt verbose
1 parent 8a5eb1a commit 94644bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/tools/azure-sdk-tools/azpysdk/verifytypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def get_type_complete_score(
208208
f"stderr: {e.stderr}\n"
209209
f"Re-running without --outputjson for diagnostic output..."
210210
)
211-
non_json_commands = [c for c in commands[1:] if c != "--outputjson"]
211+
non_json_commands = [c for c in commands[1:] if c != "--outputjson"] + ["--verbose"]
212212
diag = self.run_venv_command(executable, non_json_commands, cwd, check=False)
213213
logger.error(f"Diagnostic pyright stdout:\n{diag.stdout}")
214214
if diag.stderr:

0 commit comments

Comments
 (0)