From 3b329d039a0cec4913b5fb48d6d4153a08368c36 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Sun, 20 Nov 2022 15:16:00 +0200 Subject: [PATCH] Update octosuite.py --- octosuite/octosuite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octosuite/octosuite.py b/octosuite/octosuite.py index 8765994..31ee358 100644 --- a/octosuite/octosuite.py +++ b/octosuite/octosuite.py @@ -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']