-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Getting thread 'main' panicked at 'called Option::unwrap() on a None value'
#275
Comments
thread 'main' panicked at 'called
Option::unwrap() on a
None value'
thread 'main' panicked at 'called 'Option::unwrap()' on a 'None' value'
thread 'main' panicked at 'called 'Option::unwrap()' on a 'None' value'
thread 'main' panicked at 'called Option::unwrap() on a 'None' value'
thread 'main' panicked at 'called Option::unwrap() on a 'None' value'
thread 'main' panicked at 'called Option::unwrap() on a None value'
Good find. I'm not at my computer but backhand/src/filesystem/writer.rs Line 94 in 96c8372
Should instead call: Line 17 in 96c8372
|
#276 should fix this |
Thank you @wcampbell0x2a! I'll go ahead and try running that branch in my program. |
Can confirm the PR fixed the issue, thanks a ton @wcampbell0x2a! Feel free to close the issue whenever it's best for you. |
I'm getting this error whenever I try to create a SquashFS image in my application:
I was also able the reproduce the issue with the following code:
The text was updated successfully, but these errors were encountered: