Skip to content

Commit

Permalink
Update files.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende authored Jan 20, 2024
1 parent b8798e2 commit 637521c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class Files(EventSender):

def __init__(self):
super().__init__()
assert False

Check failure on line 33 in files.py

View workflow job for this annotation

GitHub Actions / ruff

Ruff (B011)

files.py:33:16: B011 Do not `assert False` (`python -O` removes these calls), raise `AssertionError()`

def copy(self, selection):
log.info("Start of copying files")
Expand Down

0 comments on commit 637521c

Please sign in to comment.