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 e847c8f commit 69f28b2Copy full SHA for 69f28b2
scripts/goblint-lib-modules.py
@@ -65,5 +65,5 @@
65
66
missing_modules = src_modules - goblint_lib_modules
67
if len(missing_modules) > 0:
68
- print(f"Modules missing from {goblint_lib_path}: {missing_modules}")
+ print(f"Modules missing from {goblint_lib_paths[0]}: {missing_modules}")
69
sys.exit(1)
0 commit comments