Merge branch 'master' into colour-item-list

This commit is contained in:
Ryan Holmes
2019-03-02 15:27:54 -05:00
committed by GitHub
16 changed files with 543 additions and 125 deletions

View File

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