Browse Source

pass module to file_read function

update_ca_key
Edoardo Putti 8 years ago
parent
commit
0f29d996b7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      library/container_file_read.py

+ 1
- 1
library/container_file_read.py View File

@ -72,7 +72,7 @@ def main():
file_exists = container.attach_wait(
read_file_in_container,
file_path,
(file_path, module),
env_policy = lxc.LXC_ATTACH_CLEAR_ENV,
)


Loading…
Cancel
Save