Skip to content

Commit 121f9a2

Browse files
committed
adding list of exported files
1 parent 913b240 commit 121f9a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

builder-tool/src/builderTool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ def __run(self, configuredSteps : list[str]):
330330
sys.exit(1)
331331
else:
332332
Logger.info('Build finished successfully')
333+
Logger.info("exported files :\n\t"+ "\n\t".join(os.listdir(self.distDir)))
333334

334335

335336
@staticmethod

0 commit comments

Comments
 (0)