Update mw.py

pull/632/head
Mr Chen 5 months ago
parent 37c8da89ae
commit 053cd9bc01
  1. 2
      web/core/mw.py

@ -563,7 +563,7 @@ def getFileStatsDesc(
if os.path.islink(filename):
link = ' -> ' + os.readlink(filename)
if path:
if path != '':
tmp_path = (path + '/').replace('//', '/')
filename = filename.replace(tmp_path, '', 1)

Loading…
Cancel
Save