Removed comments #139
This commit is contained in:
parent
42fb88c35d
commit
bb4de9439e
@ -492,10 +492,10 @@ class PublisherService(PublisherABC):
|
||||
|
||||
Console.write_line('Running setup.py:\n')
|
||||
self._run_setup()
|
||||
# Console.spinner(
|
||||
# 'Cleaning dist path:',
|
||||
# self._clean_dist_files,
|
||||
# text_foreground_color=ForegroundColorEnum.green,
|
||||
# spinner_foreground_color=ForegroundColorEnum.blue
|
||||
# )
|
||||
Console.spinner(
|
||||
'Cleaning dist path:',
|
||||
self._clean_dist_files,
|
||||
text_foreground_color=ForegroundColorEnum.green,
|
||||
spinner_foreground_color=ForegroundColorEnum.blue
|
||||
)
|
||||
Console.write_line()
|
||||
|
Loading…
Reference in New Issue
Block a user