Skip to content

Commit 2bae2c2

Browse files
committed
Add log on end of project export
1 parent bcdfdfe commit 2bae2c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sonar/projects.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,7 @@ def export(self, export_settings: types.ConfigSettings, settings_list: dict[str,
10241024
else:
10251025
log.critical("HTTP error %s while exporting %s, export of this project skipped", str(e), str(self))
10261026
json_data = {}
1027+
log.info("Exporting %s done", str(self))
10271028
return util.remove_nones(json_data)
10281029

10291030
def new_code(self) -> str:

0 commit comments

Comments
 (0)