Skip to content

FLEX: Support Interactive both in gsctl and coordinator side

codefactor.io / CodeFactor failed Nov 7, 2023 in 2s

4 issues fixed. 5 issues found.

Annotations

Check warning on line 83 in python/graphscope/gsctl/commands/dev.py

See this annotation in the file changed.

@codefactor-io 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

See this annotation in the file changed.

@codefactor-io 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

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

coordinator/gscoordinator/scheduler.py#L182-L218

Complex Method

Check warning on line 58 in coordinator/gscoordinator/servicer/interactive/service.py

See this annotation in the file changed.

@codefactor-io 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

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

python/graphscope/gsctl/client/rpc.py#L74-L75

Try, Except, Pass detected. (B110)