Skip to content

Commit

Permalink
tidying up the exception text
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Oct 23, 2024
1 parent b4b1d7e commit ee70f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/rule_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def remove_file(self, rule: Rule, opt_name: str = None) -> bool:
ret_val = True

except Exception:
self.logger.exception('Error: General exception detected during a directory removal.')
self.logger.exception('Error: General exception detected during a file removal.')

# return to the caller
return ret_val
Expand Down

0 comments on commit ee70f53

Please sign in to comment.