whitespace stuff
This commit is contained in:
parent
ba62af4d2f
commit
fcfc6e798a
@ -6,7 +6,7 @@
|
||||
keys=root
|
||||
|
||||
[logger_root]
|
||||
level=DEBUG
|
||||
level=INFO
|
||||
handlers=hand01
|
||||
formatter=form01
|
||||
|
||||
|
@ -404,6 +404,7 @@ def move(src, dst):
|
||||
def chmod(fname, mode):
|
||||
os.chmod(fname, mode)
|
||||
|
||||
|
||||
def replace_in_file(fname, search, replace):
|
||||
# fileinput with inplace=1 moves file to tmp and redirects stdio to file
|
||||
for line in fileinput.input(fname, inplace=1):
|
||||
|
Loading…
x
Reference in New Issue
Block a user