Skip to content

Commit 02055a9

Browse files
committed
Polish
1 parent 3f3eadd commit 02055a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/core/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def populate_bundle_cache_entry(self, destination, descriptor, **kwargs):
138138
for asset in response_d["assets"]:
139139
name = asset["name"]
140140
m = re.match(
141-
"%s-py\d.\d-%s.zip" % (version, pname),
141+
r"%s-py\d.\d-%s.zip" % (version, pname),
142142
name
143143
)
144144
if m:

0 commit comments

Comments
 (0)