summaryrefslogtreecommitdiffstats
path: root/git.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2023-04-14 13:43:44 +1000
committerChris Johns <chrisj@rtems.org>2023-04-14 13:43:44 +1000
commit2c15b90de5c369aa78cd2252a50bba677e9b13f3 (patch)
tree2f93cb3d1665351b1042a561139976c4d941f872 /git.py
parentAdd version and git support for apps to use (diff)
downloadrtems_waf-2c15b90de5c369aa78cd2252a50bba677e9b13f3.tar.bz2
Format with YAPF
Diffstat (limited to 'git.py')
-rw-r--r--git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.py b/git.py
index 1c90f0d..874431b 100644
--- a/git.py
+++ b/git.py
@@ -26,9 +26,9 @@ from __future__ import print_function
import os
import os.path
+
class repo:
"""An object to manage a git repo."""
-
def _git_exit_code(self, ec):
if ec:
raise self.ctx.fatal('git command failed (%s): %d' %