Skip to content

Commit 039d371

Browse files
committed
Reverting change because of different python versions.
1 parent 1653ff8 commit 039d371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/line-directive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ def run():
700700
':(?P<line>[0-9]+):(?P<column>[0-9]+):(?P<tail>.*?)\n?$')
701701

702702
assertion_pattern = re.compile(
703-
'^(?P<head>.*( file | at |#[0-9]+: |[\[]))' +
703+
'^(?P<head>.*( file | at |#[0-9]+: |[[]))' +
704704
sources +
705705
'(?P<middle>, line |:)(?P<line>[0-9]+)(?P<tail>.*?)\n?$')
706706

0 commit comments

Comments
 (0)