Skip to content

Commit 201cfcb

Browse files
authored
Merge pull request #207 from KevinHock/KevinHock-fix-iter_modules-call
🐛 Fix pkgutil.iter_modules call
2 parents f46d89a + f554ce8 commit 201cfcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parliament/policy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def analyze(
331331
if include_community_auditors is True:
332332
# Import any private auditing modules
333333
community_auditors_directory = "community_auditors"
334-
community_auditors_directory_path = (
334+
community_auditors_directory_path = str(
335335
Path(os.path.abspath(__file__)).parent / community_auditors_directory
336336
)
337337

0 commit comments

Comments
 (0)