Skip to content

Commit 64615ea

Browse files
Update gitown.py
1 parent d619ace commit 64615ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gitown/gitown.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ def update_file(self, updated_data):
6262
csvfile.write("#\n")
6363
csvfile.write("# Order is important. The last matching pattern has the most precedence.\n")
6464
csvfile.write("\n")
65-
65+
csvfile.write("# This file is also being managed automatically by the gitown tool.\n")
66+
6667
writer = csv.writer(csvfile, delimiter=' ', lineterminator='\n')
6768
for key, value in updated_data.items():
6869
writer.writerow([key] + value)

0 commit comments

Comments
 (0)