Skip to content

Commit

Permalink
expression changed to empty string from empty list, skipping empty patch
Browse files Browse the repository at this point in the history
  • Loading branch information
sa-ny authored Sep 19, 2024
1 parent 2df0306 commit eeedf1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/commands/IgnoreCommand.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from typing import override
import sys
import logging

# trigger
class IgnoreCommand(BlabberCommand):
logger = logging.getLogger("VeraDemo:IgnoreCommand")

Expand Down Expand Up @@ -35,4 +35,4 @@ def execute(self, blabberUsername):

# TODO: Implement exceptions

self.logger.error("Unexpected error:", sys.exc_info()[0])
self.logger.error("Unexpected error:", sys.exc_info()[0])

0 comments on commit eeedf1a

Please sign in to comment.