1
0
Mirror von https://github.com/arsenetar/dupeguru.git synchronisiert 2025-07-08 08:23:19 +00:00

Remove line break from custom command log

Dieser Commit ist enthalten in:
Marcus Yanello 2022-06-13 20:56:29 -05:00 committet von GitHub
Ursprung 22b2b6b110
Commit d2195190a2
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -557,11 +557,11 @@ class DupeGuru(Broadcaster):
path, exename = op.split(exepath)
p = subprocess.Popen(exename + args, shell=True, cwd=path, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
output = p.stdout.read()
logging.info("Custom command %s %s:\n %s", exename, args, output)
logging.info("Custom command %s %s: %s", exename, args, output)
else:
p = subprocess.Popen(dupe_cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
output = p.stdout.read()
logging.info("Custom command %s:\n %s", dupe_cmd, output)
logging.info("Custom command %s: %s", dupe_cmd, output)
def load(self):
"""Load directory selection and ignore list from files in appdata.