[entropy.client.package.actions] action: fix typo in path_lock()

This commit is contained in:
Fabio Erculiani
2013-12-02 14:52:44 +01:00
parent 582bf7262a
commit 85e360b196
@@ -126,7 +126,7 @@ class PackageAction(object):
self._wait_msg_cb = wait_msg_cb
self._acquired_msg_cb = acquired_msg_cb
return PackageFlockFile(path)
return PackageFlockFile(lock_path)
def setup(self):
"""