mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-13 23:56:26 +00:00
Not needed looks like
This commit is contained in:
parent
5a1ebc6404
commit
1384fabc38
@ -731,11 +731,6 @@ def get_arg(req: IRequest, argname: str | bytes, default: Optional[T] = None, *,
|
||||
|
||||
:return: Either bytes or tuple of bytes.
|
||||
"""
|
||||
# TODO used to catch places that need upgrading to get_filename, delete
|
||||
# before merge:
|
||||
if argname in (b"filename", "filename"):
|
||||
raise RuntimeError("switch to get_filename()")
|
||||
|
||||
# Need to import here to prevent circular import:
|
||||
from ..webish import TahoeLAFSRequest
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user