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

Skip to content

Commit e7ddc2f

Browse files
committed
Minor fix
1 parent eb8e12b commit e7ddc2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ def getDirs():
711711
warnMsg = "unable to retrieve automatically any web server path"
712712
logger.warn(warnMsg)
713713

714-
webDir = extractRegexResult(r"//[^/]+?/(?P<result>.*)/.", conf.url)
714+
webDir = extractRegexResult(r"//[^/]+?/(?P<result>.*)/", conf.url)
715715
if webDir:
716716
directories.add(webDir)
717717

0 commit comments

Comments
 (0)