Skip to content

Commit d149411

Browse files
Merge pull request #1268 from linsword13/cleanup
Fix up a left-over tty reference
2 parents b0f7e76 + b64846f commit d149411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

var/ramble/repos/builtin/applications/ior/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ class Ior(ExecutableApplication):
205205
elif "float" in variant:
206206
summary_regex += r"\s+(?P<" + metric_name + r">[0-9]+\.[0-9]+)"
207207
else:
208-
tty.error("Incorrect metric for FOMs")
208+
logger.error("Incorrect metric for FOMs")
209209

210210
figure_of_merit_context(
211211
"summary", regex=summary_regex, output_format="{Operation}"

0 commit comments

Comments
 (0)