pymechanical
pymechanical copied to clipboard
Add option to not copy profiles in appdata.py
📝 Description of the feature
By default, we copy the contents of the appdata folders when we set private_appdata as True. Let's add an option to not run copy_profiles()
💡 Steps for implementing the feature
Change the initialize function in the appdata.py file to only run copy_profiles() under specific circumstances
🔗 Useful links and references
No response