Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmMarcelJung committed Nov 10, 2023
1 parent f404e12 commit 0878160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FABulous.py
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ def do_place_and_route_npnr(self, args):
logger.info("Placement and Routing completed")
else:
logger.error(
f"Directory {self.projectDir}/{path} does not exist)")
f"Directory {self.projectDir}/{path} does not exist.")
return

def complete_place_and_route_npnr(self, text, *ignored):
Expand Down

0 comments on commit 0878160

Please sign in to comment.