maestro-server/discovery-api

View on GitHub
app/services/connector/auth_ssh.py

Summary

Maintainability
A
0 mins
Test Coverage
F
34%

Missing whitespace after ','
Open

                mstring = reduce(lambda x,y:x+y, output)
Severity: Minor
Found in app/services/connector/auth_ssh.py by pep8

Each comma, semicolon or colon should be followed by whitespace.

Okay: [a, b]
Okay: (3,)
Okay: a[1:4]
Okay: a[:4]
Okay: a[1:]
Okay: a[1:4:2]
E231: ['a','b']
E231: foo(bar,baz)
E231: [{'a':'b'}]

Missing whitespace after ':'
Open

                mstring = reduce(lambda x,y:x+y, output)
Severity: Minor
Found in app/services/connector/auth_ssh.py by pep8

Each comma, semicolon or colon should be followed by whitespace.

Okay: [a, b]
Okay: (3,)
Okay: a[1:4]
Okay: a[:4]
Okay: a[1:]
Okay: a[1:4:2]
E231: ['a','b']
E231: foo(bar,baz)
E231: [{'a':'b'}]

There are no issues that match your filters.

Category
Status