Skip to content

Commit 7c15a19

Browse files
committed
another pylint fix
1 parent 0f8473a commit 7c15a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def __init__(self, fig):
8787
# Extract page size
8888
# Page size: 195.106 x 156.239 pts
8989
m = re.search(
90-
'Page size: *([0-9]+\.[0-9]+) x ([0-9]+\.[0-9]+) pts',
90+
'Page size: *([0-9]+\\.[0-9]+) x ([0-9]+\\.[0-9]+) pts',
9191
pdfinfo_out
9292
)
9393
# get dims in inches

0 commit comments

Comments
 (0)