Bug 696437

Summary: Python client: --dstdir of po pull does not work
Product: [Retired] Zanata Reporter: Ding-Yi Chen <dchen>
Component: Component-PythonClientAssignee: zanata-dev-internal <zanata-dev-internal>
Status: CLOSED CURRENTRELEASE QA Contact: Ding-Yi Chen <dchen>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.3-alpha-1CC: jni, zanata-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-10-28 07:25:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ding-Yi Chen 2011-04-14 04:35:41 UTC
Description of problem:
Without '--dstdir', "zanata po pull" works well.
However, when given zanata po pull --dstdir=/tmp 
it throws error messages.

Version-Release number of selected component (if applicable):
zanata-python-client-1.2.2
Server: 1.2 (20110307-0010)

How reproducible:
Always

Steps to Reproduce:
1. Assume zanata.ini zanata.xml are properly configured.
2. zanata po pull --dstdir=/tmp --url=<serverUrl>
3.
  
Actual results:
Traceback (most recent call last):
  File "/tmp/zanata-python-client/zanata", line 26, in <module>
    client.run()
  File "/tmp/zanata-python-client/zanataclient/zanata.py", line 1436, in run
    self._pull_pofile(command_args)
  File "/tmp/zanata-python-client/zanataclient/zanata.py", line 850, in _pull_pofile
    pofile = os.path.join(outpath, item+'.po')
UnboundLocalError: local variable 'outpath' referenced before assignment

Expected results:
Po files are pulled to /tmp

Additional info:

Comment 1 James Ni 2011-04-19 03:35:17 UTC
I have fix this issue in commit 7f0f3d0d1014adb1b57b, but please verify this issue with commit
0e90977fe121820a6ca8 of devel branch of zanataclient on github,since i merge some changes from server.

Comment 2 Ding-Yi Chen 2011-04-20 02:12:32 UTC
Test passed with commit b1df3d6c9a5a58ab65c13b0366a24b1a2b31c988