mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-23 13:51:27 +08:00
fix another = error and goto error with dicts
This commit is contained in:
@@ -90,7 +90,7 @@ from import_tree.rename1 import not_existing
|
||||
|
||||
|
||||
|
||||
response = 3
|
||||
response = 5
|
||||
#< 0 (95, 0), (96, 0), (97, 0), (99, 0)
|
||||
response = HttpResponse(mimetype='application/pdf')
|
||||
response['Content-Disposition'] = 'attachment; filename=%s.pdf' % id
|
||||
|
||||
Reference in New Issue
Block a user