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

v0.6.2 #20

Merged
merged 4 commits into from
Oct 10, 2019
Merged

v0.6.2 #20

merged 4 commits into from
Oct 10, 2019

Conversation

stolarczyk
Copy link
Member

fixes #19

@stolarczyk stolarczyk requested a review from nsheff October 9, 2019 13:13
@@ -337,8 +337,7 @@ def select_config(config_filepath=None,
if config_filepath:
if not check_exist or os.path.isfile(config_filepath):
return config_filepath
_LOGGER.error("Config file path isn't a file: {}".
format(config_filepath))
_LOGGER.error("Config file path isn't a file: {}".format(config_filepath))
Copy link
Member

Choose a reason for hiding this comment

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

are you intentionally changing the formatting away from respecting the line length limit?

@nsheff
Copy link
Member

nsheff commented Oct 9, 2019

I didn't review the earlier changes that created the issue, but just looking at this it seems fine to me.

@stolarczyk stolarczyk merged commit c646a0d into master Oct 10, 2019
@stolarczyk stolarczyk deleted the dev branch October 10, 2019 11:51
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.

0.6.1 breaks divvy if no environment variables are set
2 participants