-
Notifications
You must be signed in to change notification settings - Fork 88
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
Bugfix/350 Fix ConfigParser Error for New Teams Workflow URL (#350) #356
base: develop
Are you sure you want to change the base?
Conversation
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.
LGTM
Hitting this issue. Is this going to be merged soon? |
Hi @sebagarayco, |
You rock, that did it. Appreciate it! |
Guys...it is just one click away... |
Requirements
Description of the Change
Issue Addressed: Fixes
configparser
error related to new Teams URL/workflow (see comment: Issue #350):configparser.InterpolationSyntaxError: '%' must be followed by '%' or '(', found: '%2Ftriggers%2Fmanual%2Frun&sv=1.0&s'
Enhancement: You can now insert Teams workflow URLs without needing to escape the
%
character.Benefits
Possible Drawbacks
Applicable Issues
I intended to check out the develop branch but mistakenly checked out version 5.0.0 instead. I ended up reverting two commits, effectively returning to a state similar to the develop branch. I’ll be sure to double-check my branch next time.
Tests