Skip to content

Commit 0115629

Browse files
committed
Test PR creation
1 parent e10e205 commit 0115629

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/component_updater.py

+1
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ def __does_component_needs_to_be_updated(self, original_component: AtmosComponen
299299
continue
300300

301301
if needs_update:
302+
logging.info(f"Component '{original_component.component_file}' needs to be updated")
302303
files_to_update.append(original_component.component_file)
303304

304305
return (needs_update, files_to_update, files_to_remove)

0 commit comments

Comments
 (0)