]> TLD Linux GIT Repositories - tld-builder.git/blobdiff - TLD_Builder/build.py
- more python 3.x fixes
[tld-builder.git] / TLD_Builder / build.py
index bd13bee497a7ba47e7ac56e720a65e083d218614..558541143227742a0f7c3fa91a3907ab508e77a9 100644 (file)
@@ -117,4 +117,4 @@ def build_all(r, build_fnc):
             notify.add_batch(batch, "SKIP")
 
     buildlogs.flush()
-    chroot.run("rm -f %s" % string.join(r.chroot_files))
+    chroot.run("rm -f %s" % r.chroot_files.join())