-
Notifications
You must be signed in to change notification settings - Fork 468
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
VA missing co-sponsors #5149
base: main
Are you sure you want to change the base?
VA missing co-sponsors #5149
Conversation
@jessemortenson , I have fixed the issue. |
v.dedupe_key = ( | ||
f"{row['BatchNumber'].strip()}-{bill.identifier.strip()}-" | ||
f"{row['LegislationActionDescription'].strip()}" | ||
f"{row['LegislationActionDescription'].strip()}`" |
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.
Why is {row['LegislationActionDescription'].strip()}
being reported here (plus a backtick)?
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.
@jessemortenson , I removed this part in script and pushed the script again.
Please check it and let me know if you have any issues
Thanks, sponsor logic change looks good to me. Just need to know about that change to vote dedupe_key before I can merge |
Hey @braykuka could you please take a look at the question above ("Why is {row['LegislationActionDescription'].strip()} being reported here (plus a backtick)?")? Thank you! |
Hello,
I didn't change this part of dedupe_key in the script. So you can use your
option for this part.
This is a screenshot file for this part.
[image: image.png]
Thanks
…On Mon, Dec 30, 2024 at 11:41 PM Jesse Mortenson ***@***.***> wrote:
Hey @braykuka <https://github.com/braykuka> could you please take a look
at the question above ("Why is
{row['LegislationActionDescription'].strip()} being reported here (plus a
backtick)?")? Thank you!
—
Reply to this email directly, view it on GitHub
<#5149 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATP3CUG7PU3BAV24OEH7GUD2IHDYFAVCNFSM6AAAAABUAZNFX2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRVHE3TSMJUHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
1277