Skip to content

Commit 18944ae

Browse files
committed
Do not parse status
1 parent eba16cd commit 18944ae

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

gtm-plugin.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,4 @@ def record(self, view, path):
122122
sublime.error_message(GTM.record_err)
123123

124124
def format_status(t):
125-
s = t.decode('utf-8').strip()
126-
if s:
127-
s = ' '.join(re.sub("\\s*\\d*s\\s*", "", s).split())
128-
return "[ {0} ]".format(s)
125+
return t.decode('utf-8').strip()

0 commit comments

Comments
 (0)