forked from root/threadr.lostcave.ddnss.de
fixed type error
parent
fcccd0c408
commit
c22d2bea65
|
@ -79,7 +79,7 @@ for variable in config_values:
|
|||
if replacement[i] == '?' and (i==0 or not replacement[i-1]=='\\'):
|
||||
argument_positions = argument_positions + [ i ]
|
||||
i = i+1
|
||||
print "DEBUG: " + argument_positions
|
||||
print "DEBUG: " + repr(argument_positions)
|
||||
replacement = replacement.replace("\\?", "?")
|
||||
file_out = open(sys.argv[1], "w")
|
||||
file_out.write(file_content.decode('utf-8').replace("%" + variable.upper() + "%", replacement).encode('utf-8'))
|
||||
|
|
Loading…
Reference in New Issue