Comment 4 for bug 1507683

Revision history for this message
Ankit Agrawal (ankitagrawal) wrote :

I tried to reproduce this issue in my local environment and the failure looks related to the new library name in which directories and files to be saved.

When I try to move files into library named "apiclient" then it fails.
run graduate.sh as, ../oslo-incubator/tools/graduate.sh apiclient openstack/common/apiclient/auth.py openstack/common/_i18n.py

But when I try to move files into library named as "foo" or some other name then it woks fine.
run graduate.sh as, ../oslo-incubator/tools/graduate.sh foo openstack/common/apiclient/auth.py openstack/common/_i18n.py
or
 ../oslo-incubator/tools/graduate.sh i18n openstack/common/apiclient/auth.py openstack/common/_i18n.py