Update octosuite.py

This commit is contained in:
Richard Mwewa
2022-11-20 15:16:00 +02:00
committed by GitHub
parent fec88ac343
commit 3b329d039a

View File

@@ -79,7 +79,7 @@ class Octosuite:
("csv:view", self.viewCsv),
("csv:read", self.readCsv),
("csv:delete", self.deleteCsv),
("csv:clear", self.clearCsv]
("csv:clear", self.clearCsv)]
# Path attribute
self.path_attrs = ['size', 'type', 'path', 'sha', 'html_url']