cpl n <project-type> name (#139) #140

Merged
edraft merged 6 commits from #139 into 2022.12 2022-12-07 16:16:14 +01:00
Showing only changes of commit fe8ffb2839 - Show all commits

View File

@ -404,7 +404,7 @@ class PublisherService(PublisherABC):
f'--bdist-dir={os.path.join(self._output_path, "bdist")}', f'--bdist-dir={os.path.join(self._output_path, "bdist")}',
f'--dist-dir={os.path.join(self._output_path, "setup")}' f'--dist-dir={os.path.join(self._output_path, "setup")}'
]) ])
# os.remove(setup_py) os.remove(setup_py)
except Exception as e: except Exception as e:
Console.error('Executing setup.py failed', str(e)) Console.error('Executing setup.py failed', str(e))
@ -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()