aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/scripts/sdcBePy/users/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be/src/main/resources/scripts/sdcBePy/users/run.py')
-rwxr-xr-xcatalog-be/src/main/resources/scripts/sdcBePy/users/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-be/src/main/resources/scripts/sdcBePy/users/run.py b/catalog-be/src/main/resources/scripts/sdcBePy/users/run.py
index 56640db4cf..2dbd941cc3 100755
--- a/catalog-be/src/main/resources/scripts/sdcBePy/users/run.py
+++ b/catalog-be/src/main/resources/scripts/sdcBePy/users/run.py
@@ -15,7 +15,7 @@ colors = BColors()
def load_users(conf_path):
- with open(conf_path, 'r') as f:
+ with open(conf_path, 'r', encoding='utf-8') as f:
return json.load(f)