Switch to safeloader

Seems like we do not use any custom data structures in yaml
This commit is contained in:
DarkPhoenix
2019-03-26 08:10:40 +03:00
parent facb0b1023
commit 1a5fc31e25
5 changed files with 7 additions and 7 deletions

View File

@@ -113,7 +113,7 @@ def defPaths(customSavePath=None):
# Version data
with open(os.path.join(pyfaPath, "version.yml"), 'r') as file:
data = yaml.load(file, Loader=yaml.FullLoader)
data = yaml.load(file, Loader=yaml.SafeLoader)
version = data['version']
# Where we store the saved fits etc, default is the current users home directory