Skip to content

Commit 6896fb7

Browse files
committed
Merge pull request kivy#502 from dl1ksv/fix_Style_error
Fixing missing Colo
2 parents 3b4736b + cd4b718 commit 6896fb7

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)