We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfc080 commit 78998bfCopy full SHA for 78998bf
FABulous.py
@@ -864,7 +864,7 @@ def do_place_and_route_npnr(self, args):
864
else:
865
logger.error(
866
f"Directory {self.projectDir}/{path} does not exist.")
867
- return FileNotFoundError
+ raise FileNotFoundError
868
869
def complete_place_and_route_npnr(self, text, *ignored):
870
return self._complete_path(text)
0 commit comments