Skip to content

Commit

Permalink
fix test_classic_mountpoints with py3 (Fixes unbit#2554)
Browse files Browse the repository at this point in the history
  • Loading branch information
niol committed Oct 21, 2024
1 parent 7865293 commit 65d4b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/python/manage_script_name/useless_app.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
def application(env, start_response):
start_response('200 OK', [('Content-Type', 'text/html')])
return env['SCRIPT_NAME']
return [env['SCRIPT_NAME'].encode('ascii'), ]

0 comments on commit 65d4b91

Please sign in to comment.