File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -985,7 +985,7 @@ class Variant(Object):
985985 TYPE_SPREAD := b"S" ,
986986 TYPE_NAMED_SPREAD := b"R" ,
987987 TYPE_TRUE := b"T" ,
988- TYPE_FALSE := b"F"
988+ TYPE_FALSE := b"F" ,
989989]
990990FLAG_REF = 0x80
991991
@@ -2543,7 +2543,7 @@ def do_GET(self) -> None:
25432543 if scrap is not None :
25442544 self .send_response (200 )
25452545 self .send_header ("Content-Type" , "application/scrap; charset=binary" )
2546- self .send_header ("Content-Disposition" , f' attachment; filename={ json .dumps (f" { path } .scrap" ) } ' )
2546+ self .send_header ("Content-Disposition" , f" attachment; filename={ json .dumps (f' { path } .scrap' ) } " )
25472547 self .send_header ("Content-Length" , str (len (scrap )))
25482548 self .end_headers ()
25492549 self .wfile .write (scrap )
You can’t perform that action at this time.
0 commit comments