Skip to content

Commit 631f0e8

Browse files
ssheoreycursoragent
andcommitted
style: wrap run_pipeline ValueError message for yapf.
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 237fd02 commit 631f0e8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/run_pipeline.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ def main():
123123
else:
124124
raise ValueError(
125125
f"Unsupported TensorFlow device {device!r}; "
126-
"use cpu, cuda, or xpu (set --device_ids for a specific GPU).")
126+
"use cpu, cuda, or xpu (set --device_ids for a "
127+
"specific GPU).")
127128
except RuntimeError as e:
128129
print(e)
129130

0 commit comments

Comments
 (0)