Skip to content

Commit

Permalink
safe
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Dec 9, 2024
1 parent c4e7bee commit c1ec6e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '0.115.2'
version = '0.115.3'

setup(
name='sunholo',
Expand Down
2 changes: 1 addition & 1 deletion sunholo/utils/config_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def _reload_config_file(self, config_file, filename, is_local=False):
config = json.load(file)
else:
# Create YAML parser that forbids duplicates
yaml = YAML(typ='full')
yaml = YAML(typ='safe')
yaml.allow_duplicate_keys = False
config = yaml.load(file)

Expand Down

0 comments on commit c1ec6e0

Please sign in to comment.