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
Right now, cpac read-only binds the directory containing a user-provided data config file
cpac
cpac/src/cpac/backends/platform.py
Lines 214 to 219 in 9be16ca
Just bind the data config file itself, something like
dc_file = os.path.abspath(kwargs['data_config_file']) self._bind_volume(dc_file, dc_file, 'r') locals_from_data_config = Locals_to_bind() locals_from_data_config.from_config_file( dc_file )
No response
Maybe also bind individual files from the data config instead of their parent directories too?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Related problem
Right now,
cpac
read-only binds the directory containing a user-provided data config filecpac/src/cpac/backends/platform.py
Lines 214 to 219 in 9be16ca
Proposed feature
Just bind the data config file itself, something like
Acceptance criteria
Alternatives
No response
Additional context
Maybe also bind individual files from the data config instead of their parent directories too?
The text was updated successfully, but these errors were encountered: