redhat-qe-security / SCAutolib

Library for automation of smart card testing
GNU General Public License v3.0
3 stars 10 forks source link

Use create method implemented in File.py #71

Closed mahavrila closed 1 year ago

mahavrila commented 2 years ago

https://github.com/x00Pavel/SCAutolib/blob/299532674f9b1ca618fbd33c5327ab06fad936f4/SCAutolib/models/CA.py#L113 This and following lines should be solved as call of create method rather than implementing it here.

x00Pavel commented 1 year ago

Done