aboutsummaryrefslogtreecommitdiff
path: root/core.py
diff options
context:
space:
mode:
authortassaron2017-06-11 12:52:29 -0400
committertassaron2017-06-11 12:52:29 -0400
commitbe5d47f8634d29d58b9811657ede815814ffde18 (patch)
tree50f32b1e45c5088ce5e2da823e8a7dedc7d3d06b /core.py
parent59c2c090ab9275bc1146329536d43855a46d34f4 (diff)
can't right-click empty space + color eyedropper
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=''):