Skip to content

Commit

Permalink
Update gitown.py
Browse files Browse the repository at this point in the history
  • Loading branch information
milind-shakya-sp authored Nov 9, 2020
1 parent d619ace commit 64615ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gitown/gitown.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ def update_file(self, updated_data):
csvfile.write("#\n")
csvfile.write("# Order is important. The last matching pattern has the most precedence.\n")
csvfile.write("\n")

csvfile.write("# This file is also being managed automatically by the gitown tool.\n")

writer = csv.writer(csvfile, delimiter=' ', lineterminator='\n')
for key, value in updated_data.items():
writer.writerow([key] + value)
Expand Down

0 comments on commit 64615ea

Please sign in to comment.