summaryrefslogtreecommitdiff
path: root/tests/data/old_pickles/trusty-14.04.1-0.7.5.pkl
AgeCommit message (Collapse)Author
2021-04-12Fix unpickle for source paths missing run_dir (#863)lucasmoura
On the datasource class, we require the use of paths.run_dir to perform some operations. On older cloud-init version, the Paths class does not have the run_dir attribute. To fix that, we are now manually adding that attribute in the Paths object if doesn't exist in the unpickle operation. LP: #1899299