Compare commits

...

1 Commits

Author SHA1 Message Date
bb4de9439e Removed comments #139 2022-12-07 15:46:32 +01:00

View File

@ -492,10 +492,10 @@ class PublisherService(PublisherABC):
Console.write_line('Running setup.py:\n') Console.write_line('Running setup.py:\n')
self._run_setup() self._run_setup()
# Console.spinner( Console.spinner(
# 'Cleaning dist path:', 'Cleaning dist path:',
# self._clean_dist_files, self._clean_dist_files,
# text_foreground_color=ForegroundColorEnum.green, text_foreground_color=ForegroundColorEnum.green,
# spinner_foreground_color=ForegroundColorEnum.blue spinner_foreground_color=ForegroundColorEnum.blue
# ) )
Console.write_line() Console.write_line()