Add comments.

This commit is contained in:
Labrys of Knossos 2022-12-31 18:21:33 -05:00
commit 2c2d7f24b1
2 changed files with 28 additions and 4 deletions

View file

@ -82,7 +82,7 @@ class DBConnection(object):
" Mode : {1}\n"
" Owner: {2}\n"
" Group: {3}\n"
"===========================================".format(path, mode[-3:], owner, group),
"===========================================".format(path, mode, owner, group),
)
else:
self.connection.row_factory = Row