Skip to content

Commit 106189a

Browse files
committed
debugging
1 parent 5d11409 commit 106189a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/ci-util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ class PrCfg:
105105
def __init__(self, body: str):
106106
directives = re.finditer(r"^\s*ci:\s*(?P<dir_name>\S*)", body)
107107
for dir in directives:
108+
eprint("Directive ", dir)
108109
name = dir.group("dir_name")
109110
if name == self.DIR_ALLOW_REGRESSIONS:
110111
self.allow_regressions = True

0 commit comments

Comments
 (0)