Replies: 1 comment 1 reply
-
|
The exclude part won't be copied to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm using PyArmor in a Django project, but I would like to keep the tests module directories of every app without obfuscation. The problem is that the command:
pyarmor gen -r --exclude "*/tests" .excludes the tests directories from being included in the dist folder. Is this normal, or am I misunderstanding some concepts?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions