Details
-
Bug
-
Status: In Progress
-
Minor
-
Resolution: Unresolved
-
0.10.1
-
None
-
None
Description
When executing main class on ZeppelinServer Class, URISyntaxException occur as shown in the attached picture.
As you can see in the 'getAbsoluteDir' Function,
Even though the user's operating system is window, 'isWindowsPath' function returns False and enters the else.
As result, './\notebook' is output.