We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d619ace commit 64615eaCopy full SHA for 64615ea
gitown/gitown.py
@@ -62,7 +62,8 @@ def update_file(self, updated_data):
62
csvfile.write("#\n")
63
csvfile.write("# Order is important. The last matching pattern has the most precedence.\n")
64
csvfile.write("\n")
65
-
+ csvfile.write("# This file is also being managed automatically by the gitown tool.\n")
66
+
67
writer = csv.writer(csvfile, delimiter=' ', lineterminator='\n')
68
for key, value in updated_data.items():
69
writer.writerow([key] + value)
0 commit comments