Skip to content

Commit

Permalink
Fix goblint-lib-modules.py output
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Jan 11, 2024
1 parent e847c8f commit 69f28b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/goblint-lib-modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@

missing_modules = src_modules - goblint_lib_modules
if len(missing_modules) > 0:
print(f"Modules missing from {goblint_lib_path}: {missing_modules}")
print(f"Modules missing from {goblint_lib_paths[0]}: {missing_modules}")
sys.exit(1)

0 comments on commit 69f28b2

Please sign in to comment.