Skip to content

Commit

Permalink
Fix galera error
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Apr 25, 2024
1 parent b8e46b1 commit 9b4ba1d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions master-galera/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ def upstream_branch_fn(branch):
)


def fnmatch_any(s, list_of_patterns):
return any(fnmatch.fnmatch(s, p) for p in list_of_patterns)


c["schedulers"] = []

Expand Down

0 comments on commit 9b4ba1d

Please sign in to comment.