X-Git-Url: https://git.tld-linux.org/?p=tld-builder.git;a=blobdiff_plain;f=TLD_Builder%2Fmaintainer.py;h=4d909dfaba2b6dfcc2ec2b713bc91bc893b5689d;hp=6b1b45a4d887ad4b653087a4dd64bbce4cbf389e;hb=55c3e9258e178d20f8aa86eb171f8617d4857f2f;hpb=bc5e1af0e1a33e54f39a5a93c8aa7aae4ef74cd8 diff --git a/TLD_Builder/maintainer.py b/TLD_Builder/maintainer.py index 6b1b45a..4d909df 100644 --- a/TLD_Builder/maintainer.py +++ b/TLD_Builder/maintainer.py @@ -39,7 +39,7 @@ def handle_src(): def handle_bin(): send_rpmqa() - f=chroot.popen("""ls -l --time-style +%s /spools/ready""", 'root') + f=chroot.popen("""ls -l --time-style +%s /spools/ready""", "root", encoding = "utf-8") rmpkgs=[] curtime=time.time() for i in f: