Skip to content

Commit 13e9475

Browse files
authored
Fix print statement formatting in extract_metadata.py
1 parent 15be9d0 commit 13e9475

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/installer/extract_metadata.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
}
2727

2828
values = {}
29-
3029
for key, pattern in patterns.items():
3130
match = re.search(pattern, text)
3231
if not match:

0 commit comments

Comments
 (0)