Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase version number for #161 #218

Merged
merged 12 commits into from
Jan 11, 2021
Merged

Increase version number for #161 #218

merged 12 commits into from
Jan 11, 2021

Conversation

fernandezcuesta
Copy link
Collaborator

No description provided.

@coveralls
Copy link

coveralls commented Nov 17, 2020

Coverage Status

Coverage increased (+0.01%) to 91.654% when pulling d61743f on fernandezcuesta-patch-161 into 6d636f2 on master.

sshtunnel.py Outdated
else:
DEFAULT_SSH_DIRECTORY = '~/ssh'
UnixStreamServer = socketserver.TCPServer
StreamServer = socketserver.UnixStreamServer if os.name == 'posix' \
Copy link
Owner

@pahaz pahaz Nov 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe it's better to mart it also private _StreamServer

@@ -59,13 +59,10 @@
DEFAULT_LOGLEVEL = logging.ERROR #: default level if no logger passed (ERROR)
TRACE_LEVEL = 1
logging.addLevelName(TRACE_LEVEL, 'TRACE')
DEFAULT_SSH_DIRECTORY = '~/.ssh'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe it's increases readability if we put the variable closer to SSH_CONFIG_FILE variable. To group SSH constants together.

Copy link
Owner

@pahaz pahaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me

@pahaz
Copy link
Owner

pahaz commented Nov 22, 2020

let's ship it :)

@pahaz pahaz merged commit 8cac5a0 into master Jan 11, 2021
@pahaz pahaz deleted the fernandezcuesta-patch-161 branch January 11, 2021 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants