fixed issue with converting lat/lon/alts to float in corehandlers.py and a bad logging statement in coreemu.py
This commit is contained in:
parent
ccdf4a2513
commit
75ea42b2e8
2 changed files with 12 additions and 7 deletions
|
@ -542,7 +542,7 @@ class EmuSession(Session):
|
|||
# set node as updated successfully
|
||||
result = True
|
||||
except KeyError:
|
||||
logger.error("failure to update node that does not exist: %s", node_options.id)
|
||||
logger.error("failure to update node that does not exist: %s", node_id)
|
||||
|
||||
return result
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue