sandboxie-py
sandboxie-py copied to clipboard
ConfigParser with duplicate keys?
Thanks for sharing the code. How can i write configuration with duplicate keys e.g.
sandboxie_configuration = {
...
'ClosedFilePath': '\\Device\\CdRom*',
'ClosedFilePath': '\\Device\\VBox*',
'ClosedFilePath': '\\VBOXSVR\',
}
and then pass this configuration in create_sandbox(options=..)
Thanks in advance.