4 issues fixed. 5 issues found.
Annotations
Check warning on line 83 in python/graphscope/gsctl/commands/dev.py
codefactor-io / CodeFactor
python/graphscope/gsctl/commands/dev.py#L83
Probable insecure usage of temp file/directory. (B108)
Check warning on line 303 in python/graphscope/gsctl/commands/dev.py
codefactor-io / CodeFactor
python/graphscope/gsctl/commands/dev.py#L303
Probable insecure usage of temp file/directory. (B108)
Check notice on line 218 in coordinator/gscoordinator/scheduler.py
codefactor-io / CodeFactor
coordinator/gscoordinator/scheduler.py#L182-L218
Complex Method
Check warning on line 58 in coordinator/gscoordinator/servicer/interactive/service.py
codefactor-io / CodeFactor
coordinator/gscoordinator/servicer/interactive/service.py#L56-L58
Probable insecure usage of temp file/directory. (B108)
Check notice on line 75 in python/graphscope/gsctl/client/rpc.py
codefactor-io / CodeFactor
python/graphscope/gsctl/client/rpc.py#L74-L75
Try, Except, Pass detected. (B110)