mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-13 02:28:10 +00:00
fixing GraphQueryError (#251)
This commit is contained in:
@ -34,10 +34,6 @@ class GraphQueryError(Exception):
|
|||||||
super(GraphQueryError, self).__init__(message)
|
super(GraphQueryError, self).__init__(message)
|
||||||
self.status_code = status_code
|
self.status_code = status_code
|
||||||
|
|
||||||
@property
|
|
||||||
def status_code():
|
|
||||||
return self.status_code
|
|
||||||
|
|
||||||
|
|
||||||
def query_microsoft_graph(
|
def query_microsoft_graph(
|
||||||
method: str,
|
method: str,
|
||||||
|
Reference in New Issue
Block a user