Skip to content

Commit

Permalink
Fix encoding error
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-yaelg committed Apr 11, 2019
1 parent 7e1ecb8 commit c2ce072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policyCleanUp/policyCleanUp.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def valid_packages_targets(packages, client):

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

# Foreach policy keep only the valid targets
for package in packages:
Expand Down

0 comments on commit c2ce072

Please sign in to comment.