Description of problem: Version-Release number of selected component (if applicable): 1.3.3 How reproducible: Always Steps to Reproduce: 1. Go to a publican project which has a source directory with no POT files directly underneath it. All of its POT files should be in sub-directories. (e.g. /pot/subdir/file.pot) 2. Try running "zanata push --srcdir=./pot" Actual results: The following error message: "error: Can not find source folder, please specify the source folder with '--srcdir' or 'dir' option" Expected results: The python client should behave like the maven client in that it recursively finds all source documents under the specified source directory. Additional info: The publican-demo project under the zanata maven client is a prime example. This issue can be reproduced by using the python client instead of the maven client to push this project.
Hi Carlos, Thanks, I make a commit to git-hub to fix this issue, please verify this issue with: https://github.com/zanata/zanata-python-client/commit/ee3c573cf4f7ddca66499d44fd975a3735a84ec2 Thanks
Verified with Zanata python client version 1.3.3-29-gee3c