diff options
Diffstat (limited to 'subcmds/status.py')
-rw-r--r-- | subcmds/status.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subcmds/status.py b/subcmds/status.py index 63972d72..6012ae24 100644 --- a/subcmds/status.py +++ b/subcmds/status.py | |||
@@ -170,8 +170,8 @@ the following meanings: | |||
170 | class StatusColoring(Coloring): | 170 | class StatusColoring(Coloring): |
171 | def __init__(self, config): | 171 | def __init__(self, config): |
172 | Coloring.__init__(self, config, 'status') | 172 | Coloring.__init__(self, config, 'status') |
173 | self.project = self.printer('header', attr = 'bold') | 173 | self.project = self.printer('header', attr='bold') |
174 | self.untracked = self.printer('untracked', fg = 'red') | 174 | self.untracked = self.printer('untracked', fg='red') |
175 | 175 | ||
176 | orig_path = os.getcwd() | 176 | orig_path = os.getcwd() |
177 | try: | 177 | try: |