diff --git a/mtg-collector/util.py b/mtg-collector/util.py index ee542a8..1e7bea6 100644 --- a/mtg-collector/util.py +++ b/mtg-collector/util.py @@ -41,7 +41,7 @@ def export_library(): pickle.dump(library, open(dialog.get_filename(), 'wb')) except: 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() + "\"") dialog.destroy()