Skip to content

Commit c2ce072

Browse files
committed
Fix encoding error
1 parent 7e1ecb8 commit c2ce072

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

policyCleanUp/policyCleanUp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def valid_packages_targets(packages, client):
320320

321321
# If all domain targets invalid - exit
322322
if not valid_targets['packages-targets']:
323-
print_msg("All domains targets are invalid. " + REASON_OF_ALL_TARGETS_INVALID)
323+
print_msg("All domain's targets are invalid. " + REASON_OF_ALL_TARGETS_INVALID)
324324

325325
# Foreach policy keep only the valid targets
326326
for package in packages:

0 commit comments

Comments
 (0)