Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Only run Travis tests for plugins either added or modified by PR #36
Only run Travis tests for plugins either added or modified by PR #36
Changes from 33 commits
efd5223
700a8bd
d415099
2f3931c
3f448f6
337d30b
503c52e
146da61
b066cbe
e5f5162
4b684c6
48cee74
e65915b
18f9a49
d22aa18
ef97d2d
98c0965
f3bc366
7303912
38d0e6a
78ddb63
21be65d
ddf5c65
4d44070
19a04f8
477209b
bb0b1ab
8920368
dd15a43
0d7a68b
f63de37
ce47a12
abdfe12
3e64802
fefec4d
f601d0e
31c9ee5
bb1a64f
986017f
13b4635
2495b3a
dfcbbe3
1bf2229
18af27c
f8c13f4
95942a7
6b0e5e9
d6a20b5
1fbc3a5
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or delete if not worth debugging, along with the suggested
import logging
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be printed, not logged to debug, as that's how the calling functions access the output.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh I see -- can you add a comment to the code to explain? I'm worried I'll come across this in a year and again think this should be logged 😄