Merge branch 'main' into dev

This commit is contained in:
Veronica K. B. Olsen
2021-02-20 17:40:44 +01:00
3 changed files with 12 additions and 3 deletions
-1
View File
@@ -1052,7 +1052,6 @@ def testCoreProject_OldFormat(dummyGUI, nwOldProj):
# Check that new files have been created
assert os.path.isfile(os.path.join(nwOldProj, "meta", "guiOptions.json"))
assert os.path.isfile(os.path.join(nwOldProj, "meta", "sessionStats.log"))
assert os.path.isfile(os.path.join(nwOldProj, "ToC.txt"))
# END Test testCoreProject_OldFormat