Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron authored Nov 19, 2024
1 parent 815924b commit c10c009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def main(
if not instance_log_path.exists():
raise FileNotFoundError(f"Instance log directory not found at {instance_log_path}")
if name == None:
name = instance_log_path.parent
name = instance_log_path.parent.name

fields = (
[r"{$\mathcal{W}$}", r"{$\suc$}", r"{\ftx}", r"{\ftp}", r"{\ptp}"]
Expand Down

0 comments on commit c10c009

Please sign in to comment.