Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 894b9f0

Browse files
committed
minor minor update
1 parent 25f1a9c commit 894b9f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/core/common.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@ def getDocRoot():
245245

246246
if absFilePathWin:
247247
docRoot = "C:/%s" % docRoot.replace("\\", "/")
248-
248+
249+
docRoot = docRoot.replace("//", "/")
249250
break
250251

251252
if docRoot:

0 commit comments

Comments
 (0)