aboutsummaryrefslogtreecommitdiff
path: root/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'core.py')
-rw-r--r--core.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/core.py b/core.py
index c50918f..e69de50 100644
--- a/core.py
+++ b/core.py
@@ -95,9 +95,9 @@ class Core():
origName, saveValueStore,
exportPath
)
+ return True
except:
- # TODO: add proper warning message
- print('couldn\'t export %s' % exportPath)
+ return False
def createPresetFile(
self, compName, vers, presetName, saveValueStore, filepath=''):