diff options
| author | tassaron | 2017-06-11 12:52:29 -0400 |
|---|---|---|
| committer | tassaron | 2017-06-11 12:52:29 -0400 |
| commit | be5d47f8634d29d58b9811657ede815814ffde18 (patch) | |
| tree | 50f32b1e45c5088ce5e2da823e8a7dedc7d3d06b /core.py | |
| parent | 59c2c090ab9275bc1146329536d43855a46d34f4 (diff) | |
can't right-click empty space + color eyedropper
Diffstat (limited to 'core.py')
| -rw-r--r-- | core.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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=''): |
