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

typo: replaced 'in' with 'is' ESK processing #1

Merged
merged 1 commit into from
Dec 7, 2019

Conversation

butlerpaul
Copy link
Contributor

Signed-off-by: Paul Butler butler.paul@gmail.com

Pull Request

Description

Trying to use EXEC ESK feature I kept getting an exception. Debugging found a typo.

Fixes # (issue)

Type of change

Please select relevant options.

  • [x ] Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist

  • My code follows the contribution guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • My changes generate no new memory leaks
  • I have added tests that prove my fix is effective or that my feature works
  • Any dependent changes have been merged and published in downstream modules

Signed-off-by: Paul Butler <butler.paul@gmail.com>
@codecov
Copy link

codecov bot commented Dec 7, 2019

Codecov Report

Merging #1 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #1   +/-   ##
=======================================
  Coverage   88.36%   88.36%           
=======================================
  Files          12       12           
  Lines         851      851           
=======================================
  Hits          752      752           
  Misses         99       99
Impacted Files Coverage Δ
attila/atre.py 71.64% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6ac2862...8506523. Read the comment docs.

@veeso veeso merged commit 8e4cab4 into veeso:master Dec 7, 2019
@veeso
Copy link
Owner

veeso commented Dec 7, 2019

I've merged your pull request.
Thank you very much for your contribution!

@butlerpaul
Copy link
Contributor Author

Great tool! I just found it yesterday, but it is very helpful in my work.

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