Skip to content

Commit

Permalink
black passed..
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrico Scala committed Oct 14, 2024
1 parent 9d09dc3 commit 67e4b52
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion unified_planning/io/pddl_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -1968,7 +1968,10 @@ def parse_plan_string(
dur = Fraction(t_ai.group(6))
else:
raise UPException(
"Error parsing plan generated by " + self.__class__.__name__ + ". Cannot interpret " + line
"Error parsing plan generated by "
+ self.__class__.__name__
+ ". Cannot interpret "
+ line
)

action = (
Expand Down

0 comments on commit 67e4b52

Please sign in to comment.