3rd iteration of logging cleanup.
This commit is contained in:
parent
127c05a882
commit
a722f3c634
9 changed files with 15 additions and 14 deletions
|
|
@ -256,10 +256,10 @@ class Emulator(object):
|
|||
# (this would leed to an circular dependency)
|
||||
if ("CDIST_ORDER_DEPENDENCY" in self.env and
|
||||
'CDIST_OVERRIDE' not in self.env):
|
||||
# load object name created bevor this one from typeorder file ...
|
||||
# load object name created befor this one from typeorder file ...
|
||||
with open(self.typeorder_path, 'r') as typecreationfile:
|
||||
typecreationorder = typecreationfile.readlines()
|
||||
# get the type created bevore this one ...
|
||||
# get the type created before this one ...
|
||||
try:
|
||||
lastcreatedtype = typecreationorder[-2].strip()
|
||||
if 'require' in self.env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue