Fix error in export function
This commit is contained in:
@@ -41,7 +41,7 @@ def export_library():
|
|||||||
pickle.dump(library, open(dialog.get_filename(), 'wb'))
|
pickle.dump(library, open(dialog.get_filename(), 'wb'))
|
||||||
except:
|
except:
|
||||||
show_message("Error", "Error while saving library to disk")
|
show_message("Error", "Error while saving library to disk")
|
||||||
push_status("Library exported to \"", dialog.get_filename() + "\"")
|
push_status("Library exported to \"" + dialog.get_filename() + "\"")
|
||||||
print("Library exported to \"", dialog.get_filename() + "\"")
|
print("Library exported to \"", dialog.get_filename() + "\"")
|
||||||
dialog.destroy()
|
dialog.destroy()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user