You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exception is due to the get_keychain method using the absolute path to "/etc/genisys/ssl" instead of the relative path I specified when running generate with the "--root" flag. Since /etc is owned by root and I am running generate as a normal user this throws.
The text was updated successfully, but these errors were encountered:
The exception is due to the
![image](https://private-user-images.githubusercontent.com/44057501/307525960-8149ab13-4969-4aca-80aa-03462f44287b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1ODk5OTQsIm5iZiI6MTczOTU4OTY5NCwicGF0aCI6Ii80NDA1NzUwMS8zMDc1MjU5NjAtODE0OWFiMTMtNDk2OS00YWNhLTgwYWEtMDM0NjJmNDQyODdiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDAzMjEzNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWZiMjBmY2ZhMTIxMzViMDgxZDkwOTNkYmViZmVjYTYyYzViZjk1MDM3MjQ4YTBhMzVkYzA1NTI5NmYxMGViOGQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.aDLT-SlU3btGWmNwUWUQ69Ix0fEp9t9xzSWB1-0-R4U)
get_keychain
method using the absolute path to "/etc/genisys/ssl" instead of the relative path I specified when running generate with the "--root" flag. Since /etc is owned by root and I am running generate as a normal user this throws.The text was updated successfully, but these errors were encountered: