We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0e539 commit 3929db0Copy full SHA for 3929db0
logger.py
@@ -98,7 +98,7 @@ def write_build_info_entry(self, result: Result) -> None:
98
with open(build_info_path, 'r') as f:
99
build_info = json.load(f)
100
except (json.JSONDecodeError, IOError):
101
- pass
+ pass
102
103
existing_build_ids = {
104
exec_info.get('build_id')
@@ -136,7 +136,7 @@ def write_build_info(self, trial_result: TrialResult) -> None:
136
137
138
139
140
141
142
0 commit comments