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

Clearer argument handling, pep8, import order, less unused vars #123

Merged
merged 8 commits into from
Nov 15, 2018
Merged

Clearer argument handling, pep8, import order, less unused vars #123

merged 8 commits into from
Nov 15, 2018

Conversation

sthagen
Copy link
Contributor

@sthagen sthagen commented Nov 14, 2018

Details:

  • dest labels in sync with local target vars and safe names
  • only one special handling before the transfer of values to local vars (headers prompt)
  • rolled back the less redundant locals().update(vars(args)) to cater the flake8 checker
  • some initial comments - there was a quest for help on documentation ;-)
  • few oneliners from if else variable setters
  • removed unused imports like os, requests, and sys
  • left the simple script style as is (might be a preference for author and users)
  • please feel welcome to merge if you like it
  • if you do not like the proposed changes, no problem, it is just an offering

Maybe amend the readme or add a CONTRIBUTING file that states the rules of the Travis-CI checks performed 😉 so the pull requests have a better chance to pass the tests from the start.

sthagen and others added 8 commits November 14, 2018 23:43
…ts, etc.

* dest labels in sync with local target vars and safe names
* only one special handling before transfer of values to local vars (headers prompt)
* some initial comments - there was a quest for help on documentation ;-)
* few oneliners from if else variable setters
* left the simple script style as is (might be a preference for author and users)
* please feel welcome to merge if you like it
* if you do not like the proposed changes, no problem, it is just an offering
@s0md3v s0md3v merged commit 15bc638 into s0md3v:master Nov 15, 2018
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.

2 participants