|
@@ -61,3 +61,4 @@ if __name__ == "__main__":
|
|
|
outfile.write(str(tagfile.Section)+"\n")
|
|
outfile.write(str(tagfile.Section)+"\n")
|
|
|
# all done, rename the tmpfile
|
|
# all done, rename the tmpfile
|
|
|
os.rename(outfile.name, STATE_FILE)
|
|
os.rename(outfile.name, STATE_FILE)
|
|
|
|
|
+ os.chmod(outfile.name, 0644)
|