We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
application_home
The name of the application is selected by looking at the enclosing directory of the main script:
traits/traits/etsconfig/etsconfig.py
Lines 361 to 383 in 66b57b7
This is often something generic, like app, or when being run in tests is likely to be the name of the test runner (eg. unittest).
app
unittest
The only way to override is to completely override application_home.
Having a property that can be set for the directory name would be very useful.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The name of the application is selected by looking at the enclosing directory of the main script:
traits/traits/etsconfig/etsconfig.py
Lines 361 to 383 in 66b57b7
This is often something generic, like
app
, or when being run in tests is likely to be the name of the test runner (eg.unittest
).The only way to override is to completely override
application_home
.Having a property that can be set for the directory name would be very useful.
The text was updated successfully, but these errors were encountered: