Fix Hg.__init__(...) reading value from self.hg_path
This commit is contained in:
parent
f2f7060454
commit
f5c04e2ff4
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ class Hg(object):
|
|||
self.dest = dest
|
||||
self.repo = repo
|
||||
self.revision = revision
|
||||
self.hg_path = self.hg_path
|
||||
self.hg_path = hg_path
|
||||
|
||||
def _command(self, args_list):
|
||||
(rc, out, err) = self.module.run_command([self.hg_path] + args_list)
|
||||
|
|
Loading…
Reference in a new issue