1
0
镜像自地址 https://github.com/arsenetar/dupeguru.git 已同步 2026-03-16 05:01:39 +00:00

Attempt to use pipe to store log

这个提交包含在:
Marcus Yanello
2022-06-12 11:47:50 -05:00
提交者 GitHub
父节点 d5eeab4a17
当前提交 605c8cc8b6

查看文件

@@ -555,9 +555,9 @@ class DupeGuru(Broadcaster):
# a workaround to make the damn thing work.
exepath, args = match.groups()
path, exename = op.split(exepath)
subprocess.Popen(exename + args, shell=True, cwd=path)
subprocess.Popen(exename + args, shell=True, cwd=path, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
else:
subprocess.Popen(dupe_cmd, shell=True)
subprocess.Popen(dupe_cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
def load(self):
"""Load directory selection and ignore list from files in appdata.