Actions
Bug #16161
closedos.makedirs 'exist_ok' parameter does not exist in python 2.7
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
In relay/sources/rudder-pkg/lib/rudder-pkg/rudderPkgUtils.py we use parameter exist_ok of os.makedirs, but it was introduced in python 3.2 so it doesnot work on our ci test (failling automatic merge of pr ) and also does not work on System with and older python (I think Sles12 or Centos7)
Actions