commit
ee31abfb2d
@ -16,7 +16,7 @@ symbols = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
output, error = Popen(
|
output, error = Popen(
|
||||||
['git', 'status'], stdout=PIPE, stderr=PIPE).communicate()
|
['git', 'status'], stdout=PIPE, stderr=PIPE, universal_newlines=True).communicate()
|
||||||
|
|
||||||
if error:
|
if error:
|
||||||
import sys
|
import sys
|
||||||
|
Loading…
Reference in New Issue
Block a user