File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -160,10 +160,7 @@ def percy_snapshot(
160160 if widths is None :
161161 widths = [1280 ]
162162
163- # py3.9 hardcoded here to keep snapshot names the same accorss
164- # future python upgrades
165- snapshot_name = f"{ name } - py3.9"
166- logger .info ("taking snapshot name => %s" , snapshot_name )
163+ logger .info ("taking snapshot name => %s" , name )
167164 try :
168165 if wait_for_callbacks :
169166 # the extra one second sleep adds safe margin in the context
@@ -199,7 +196,7 @@ def percy_snapshot(
199196 )
200197
201198 try :
202- self .percy_runner .snapshot (name = snapshot_name , widths = widths )
199+ self .percy_runner .snapshot (name = name , widths = widths )
203200 except requests .HTTPError as err :
204201 # Ignore retries.
205202 if err .request .status_code != 400 :
You can’t perform that action at this time.
0 commit comments