We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfbbf25 commit 7038965Copy full SHA for 7038965
1 file changed
backends/test/suite/runner.py
@@ -234,7 +234,9 @@ def build_result(
234
tester.stages[StageType.SERIALIZE].dump_artifact(pte_path)
235
logger.info(f"Saved golden .pte to {pte_path}")
236
except Exception:
237
- logger.warning(f"Failed to save .pte for {artifact_name}", exc_info=True)
+ logger.warning(
238
+ f"Failed to save .pte for {artifact_name}", exc_info=True
239
+ )
240
else:
241
# Skip the test if nothing is delegated
242
return build_result(TestResult.SUCCESS_UNDELEGATED)
0 commit comments