Description of problem: Usually, if a filename does not specify the directory, current directory is used. However, if we specify "--srcfile messages.po", an error message shows: error: File messages.po not found even messages.po is in current directory. Version-Release number of selected component (if applicable): zanata-python-client-1.2.3-1 How reproducible: Always Steps to Reproduce: 1. svn checkout http://galaxium.googlecode.com/svn/trunk/po galaxium-read-only 2. cd galaxium-read-only 3. Log in zanata server 4. Create a project "galaxium-read-only" 5. Create a version "trunk" 6. Download zanata.xml 7. zanata po push --url=<server> --srcfile messages.po Actual results: error: File messages.po not found Expected results: messages.po in current directory is used. Additional info:
Hi Dean, I have modify the source code to fix this issue, the changes is in commit 931bb6ed in devel branch of zanataclient. (I forget to add the bug number to commit comment, sorry for that!) Best Regards
VERIFIED with commit 931bb6ed454d207a93e88b4a0e19713671741510