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

Strip both signature and x-signature #1

Merged
merged 1 commit into from Jun 22, 2016

Conversation

jessepeterson
Copy link
Collaborator

Newer packages appear and/or MAS packages appear to have two difference signature elements. Remove them both.

Newer packages appear and/or MAS packages appear to have two difference signature elements. Remove them both.
nosig = True
for sigelem in ('signature', 'x-signature'):
sig = toc.find(sigelem)
print sigelem, sig
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This print probably shouldn't be here

@etrepum etrepum merged commit 85903eb into etrepum:master Jun 22, 2016
@etrepum
Copy link
Owner

etrepum commented Jun 22, 2016

Thanks! :) went ahead and merged and removed that print statement in master.

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.

None yet

2 participants