Replace "\n"
with n
in Python scripts
This commit is contained in:
@@ -27,7 +27,7 @@ def write(s):
|
||||
read = f.read()
|
||||
# We are appening content, as we moved in-file cursor.
|
||||
if read != '':
|
||||
f.write("\n")
|
||||
f.write('\n')
|
||||
f.write(s)
|
||||
f.flush()
|
||||
fcntl.flock(f, fcntl.LOCK_UN)
|
||||
|
Reference in New Issue
Block a user