mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
3908: Use correct file url
This commit is contained in:
parent
e2a1f9fcdd
commit
73a2f35fa2
@ -884,7 +884,7 @@ class TestConfiguration(object):
|
||||
|
||||
linkFile = open(os.path.join(self.args.diff_files_output_folder, OUTPUT_DIR_LINK_FILE), "a")
|
||||
index = self.output_dir.find("\\")
|
||||
linkStr = "file://"
|
||||
linkStr = "file:\\"
|
||||
linkOutputDir = self.output_dir[index+2:].replace("//", "/").replace("\\\\", "\\")
|
||||
if index == 0:
|
||||
linkStr = linkStr + linkOutputDir
|
||||
|
Loading…
x
Reference in New Issue
Block a user