From c2ce0725662e6fd8da37b78485daa98208f75c9b Mon Sep 17 00:00:00 2001 From: yaelg Date: Thu, 11 Apr 2019 12:00:53 +0300 Subject: [PATCH] Fix encoding error --- policyCleanUp/policyCleanUp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policyCleanUp/policyCleanUp.py b/policyCleanUp/policyCleanUp.py index 70743a9..ef7f094 100644 --- a/policyCleanUp/policyCleanUp.py +++ b/policyCleanUp/policyCleanUp.py @@ -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 domain’s 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: