Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tobixen committed Nov 18, 2024
1 parent ff4fe1d commit 549889c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions check_server_compatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,10 @@ def check_todo(self):
summary="This is a summary",
uid="check_todo_1",
)
self.set_flag('no_todo', False)
except:
import pdb; pdb.set_trace()
pass
self.set_flag('no_todo')
return


def check_all(self):
Expand Down
2 changes: 1 addition & 1 deletion tests/compatibility_issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
xandikos.append('category_search_yields_nothing')
break
except Exception:
pass
raise

radicale = [
## calendar listings and calendar creation works a bit
Expand Down

0 comments on commit 549889c

Please sign in to comment.