Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/esnet/sense-rtmon into diag…
Browse files Browse the repository at this point in the history
…ram-branch
  • Loading branch information
Sunami Dasgupta authored and Sunami Dasgupta committed Nov 1, 2024
2 parents f1fcc5d + f8828c9 commit 98e18f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autogole-api/src/python/RTMon/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ def delete_exe(self, filename, fout):
present = False
if present:
self.logger.info('Deleting Dashboard: %s', dashbName)
self.g_deleteDashboard(dashbName)
folderName = self.config.get('grafana_folder', 'Real Time Mon')
self.g_deleteDashboard(dashbName, folderName)
filename = f'{self.config.get("workdir", "/srv")}/{filename}'
if os.path.exists(filename):
os.remove(filename)
Expand Down

0 comments on commit 98e18f4

Please sign in to comment.