From ea72eb4f0703b16e935dc6f41f54bc94739a18f3 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Tue, 17 May 2022 21:14:58 +0200 Subject: Fixed failing sanity checks for pyGHDL.dom in coverage job. --- pyGHDL/cli/dom.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyGHDL/cli/dom.py') diff --git a/pyGHDL/cli/dom.py b/pyGHDL/cli/dom.py index b342b3d9c..20a49d8eb 100755 --- a/pyGHDL/cli/dom.py +++ b/pyGHDL/cli/dom.py @@ -307,6 +307,9 @@ class Application(LineTerminal, ArgParseMixin): for architecture in architectures: entity.Architectures.append(architecture) + if not self._design.Documents: + self.WriteFatal(f"No files processed at all.") + PP = PrettyPrint() buffer = [] -- cgit v1.2.3