Details
-
Type: Bug
-
Status: Closed (View Workflow)
-
Priority: Minor
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 9.1.0 Major Release
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:Fall 6 : 28 Oct to 8 Nov, Fall 7 : 11 Nov to 22 Nov, Fall 8 : 25 Nov to 6 Dec
Description
I noticed that when clicking - in the menu bar - Bookmarks -> Export Bookmarks... -> cancel/esc will result in an exception being thrown in the console. Usability doesn't seem to be negatively affected in any way, so this exception/case simply needs to be handled in the code.
I learned that
IGBF-1153introduced a couple print statements that may or may not be needed anymore. One such print statement was the cause of this issue's error, and I have fixed it here: https://bitbucket.org/pbadzuh/igb_pbdev/branch/IGBF-2108#diffPlease review and advise if the print statements are still necessary or if they should be removed prior to submitting a pull request.