--typo: .realines( vs. readlines(
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
de7123df79
commit
20bb4d044b
1 changed files with 1 additions and 1 deletions
|
@ -684,7 +684,7 @@ def emulator():
|
|||
sys.exit(1)
|
||||
else:
|
||||
param_fd = open(file, "r")
|
||||
param_old = param_fd.realines()
|
||||
param_old = param_fd.readlines()
|
||||
param_fd.close()
|
||||
|
||||
if(param_old != param):
|
||||
|
|
Loading…
Reference in a new issue