--typo: .realines( vs. readlines(

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/2.0
Nico Schottelius 14 years ago
parent de7123df79
commit 20bb4d044b
  1. 2
      bin/cdist

@ -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…
Cancel
Save