On March 7, 2018 1:02 am, Kent S. Gordon wrote:
I did the git pull and got a new error[centos@sf src]$ ./zuul_rpm_build.py --project scl/zuul Traceback (most recent call last): File "./zuul_rpm_build.py", line 337, in <module> ZuulRpmBuild()File "/home/centos/src/software-factory/sfinfo/zuul_koji_lib.py", line 125, in __init__self.main(args) File "./zuul_rpm_build.py", line 327, in main if self.build(project): File "./zuul_rpm_build.py", line 219, in build os.makedirs(os.path.dirname(distgit), exist_ok=True) TypeError: makedirs() got an unexpected keyword argument 'exist_ok' [centos@sf src]$
Hi, indeed, exist_ok is a python3 only argument. I've just merged a fix, please git pull again the sfinfo project. Thanks again for the feedback, -Tristan
pgpxoaxQAAKVr.pgp
Description: PGP signature
_______________________________________________ Softwarefactory-dev mailing list [email protected] https://www.redhat.com/mailman/listinfo/softwarefactory-dev
