Skip to content

Commit cd4b718

Browse files
committed
Fixing missing Colo
1 parent 3b4736b commit cd4b718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/toolchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def shprint(command, *args, **kwargs):
204204
logger.debug(''.join(['\t', line.rstrip()]))
205205
if need_closing_newline:
206206
sys.stdout.write('{}\r{:>{width}}\r'.format(
207-
Style.RESET_ALL, ' ', width=(columns - 1)))
207+
Colo_Style.RESET_ALL, ' ', width=(columns - 1)))
208208
except sh.ErrorReturnCode as err:
209209
if need_closing_newline:
210210
sys.stdout.write('{}\r{:>{width}}\r'.format(

0 commit comments

Comments
 (0)