We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4120894 commit 407aa2eCopy full SHA for 407aa2e
1 file changed
scripts/process_datasets/prep_datasets.py
@@ -34,9 +34,7 @@
34
robustness_json_path = os.path.join(save_dir, "router_robustness.json")
35
with open(robustness_json_path, "w", encoding="utf-8") as f:
36
json.dump(robustness_records, f, ensure_ascii=False, indent=2)
37
-print(
38
- f"[prep] Wrote {len(robustness_records)} items to {robustness_json_path}"
39
-)
+print(f"[prep] Wrote {len(robustness_records)} items to {robustness_json_path}")
40
41
42
def escape_format_braces(text):
0 commit comments