Skip to content

Commit

Permalink
Update plot_manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsears authored Aug 31, 2021
1 parent f81022d commit 64eb7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chiaplot/plot_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def check_temp_drive_utilization():
log.debug('check_temp_drive_utilization() started')
if chiaplot.get_critical_temp_dir_usage() != {}:
if not chiaplot.temp_dirs_critical_alert_sent:
chianas.toggle_alert_sent('temp_dirs_critical_alert_sent')
chiaplot.toggle_alert_sent('temp_dirs_critical_alert_sent')
for dirs in chiaplot.get_critical_temp_dir_usage().keys():
log.debug(f'WARNING: {dirs} is nearing capacity. Sending Alert!')
notify('WARNING: Directory Utilization Nearing Capacity',
Expand Down

0 comments on commit 64eb7c6

Please sign in to comment.