Skip to content

Updates: 1. Specifically stating which api are imported 2. Strictly use Fabric...

Updates: 1. Specifically stating which api are imported 2. Strictly use Fabric version-1. 3. Removed the transferring 'grab_cir_measurements' ( that is the .get() ) function altogether. 4. Removed the additional main() call, as launching 'fab ' launches that function and having a separate main() was calling main twice. 5. Commented out the env.use_ssh_config = True flag.

Merge request reports