Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:Spring 9 : 25 May to 8 Jun
Description
During on-boarding and working on IGBF-1464, both Logan Weidenhammer and Jay Chamma discovered that several tests in the genometry library were running and failing.
This failure only happens on Windows.
For this task, investigate the cause of the problem and propose a solution.
If the solution can be done quickly, go ahead and implement it. Otherwise, make a new ticket to capture all work on the ticket.
Recommended Fix:
Decoding the file path before opening the file can solve this issue.
for example: String decodedPath = URLDecoder.decode("C:\\test%20sample
plugins", "UTF-8");
Moving to Done.