We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9d872 commit ec4ee21Copy full SHA for ec4ee21
1 file changed
pyEDAA/OutputFilter/Xilinx/PlaceDesign.py
@@ -366,7 +366,7 @@ class SubPhase_PlacerReporting(SubPhaseWithChildren):
366
@export
367
class SubPhase_FinalPlacementCleanup(SubPhase):
368
_START: ClassVar[Pattern] = compile(f"^Phase {MAJOR_MINOR} Final Placement Cleanup")
369
- _FINISH: ClassVar[Pattern] = compile("Time \(s\):")
+ _FINISH: ClassVar[Pattern] = compile(r"Time \(s\):")
370
_TIME: ClassVar[str] = None
371
372
0 commit comments