-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
Error when saving attachment with a customPath
#322
Comments
Actually that's a bug in the unreleased version, lol, but I'll fix that real quick. I was wondering why I had a redundant check, but now I know It should happen regardless of custom path being set, in fact |
Ah okay. When I was testing for #321 I was probably seeing other work that's not done yet. I also found an issue with Are you still working on this also or would you want me to create an issue + PR? |
No such issue should be present with signed attachment (it has the proper check of |
This needs an issue and pr |
Bug Metadata
Describe the bug
When using a
customPath
inattachment.save
anUnboundLocalError
exception may be thrown.**What code did you use or can we use to reproduce this error?
Traceback
Additional context
A similar pattern exists in
message_base.py
andsigned_attachment.py
The text was updated successfully, but these errors were encountered: