Skip to content

Commit

Permalink
Fix lost exception in extension telemetry code (#1983)
Browse files Browse the repository at this point in the history
  • Loading branch information
larohra authored Aug 17, 2020
1 parent e004bd0 commit 6951bb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azurelinuxagent/ga/extension_telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ def _collect_extension_events(self):
# Always ensure that the events directory are being deleted each run,
# even if we run into an error and dont process them this run.
self._ensure_all_events_directories_empty(extension_handler_with_event_dirs)
return events_list

return events_list

@staticmethod
def _get_extension_events_dir_with_handler_name(extension_log_dir):
Expand Down

0 comments on commit 6951bb5

Please sign in to comment.