Unverified Commit 24fde4a6 authored by Leo Gao's avatar Leo Gao Committed by GitHub
Browse files

Update base.py

parent 76ebb792
......@@ -669,7 +669,7 @@ REQUEST_RETURN_LENGTHS = {
class Request:
def __init__(self, req_type, args, index=None):
if req_type not in REQUEST_RETURN_LENGTHS.keys():
raise NotImplementedError('The request type {} is not implemented!'.format(request_type))
raise NotImplementedError('The request type {} is not implemented!'.format(req_type))
self.req_type = req_type
self.args = args
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment