forked from ungleich-public/cdist
Fix merging mistake
This commit is contained in:
parent
deaff9c8e7
commit
5b9c652221
1 changed files with 1 additions and 1 deletions
|
@ -872,7 +872,7 @@ class Config:
|
||||||
if not self.dry_run:
|
if not self.dry_run:
|
||||||
if cdist_object.code_local:
|
if cdist_object.code_local:
|
||||||
self.log.trace("Executing local code for %s",
|
self.log.trace("Executing local code for %s",
|
||||||
cdist_object.ame))
|
cdist_object.name)
|
||||||
self._timeit(self.code.run_code_local,
|
self._timeit(self.code.run_code_local,
|
||||||
"Type run code local for {}".format(
|
"Type run code local for {}".format(
|
||||||
cdist_object.name))(cdist_object)
|
cdist_object.name))(cdist_object)
|
||||||
|
|
Loading…
Reference in a new issue