Skip to content
Snippets Groups Projects

Port silecs cli to Python

Merged m.nabywaniec requested to merge 70-port-cli-client-to-python into master
Compare and Show latest version
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -18,8 +18,6 @@ filenames_schema_paths = [("/home/test/example/test1.silecsdesign",
BASE_FOR_BACKUP = os.path.join("tests", "examples", "SilecsTestClass.design")
silecs_design_deploy_paths = [os.path.join("tests", "examples", "SilecsTestClass.silecsdesign"), \
os.path.join("tests", "examples", "SilecsTestClassDU.silecsdeploy")]
silecs_design_deplov_paths = [os.path.join("tests", "examples", "SilecsTestClass.silecsdesign"), \
os.path.join("tests", "examples", "SilecsTestClassDU.silecsdeploy")]
invalid_silecs_deploy_path = os.path.join("tests", "examples", "SilecsTestClassDU_invalid.silecsdeploy")
BACKUP = BASE_FOR_BACKUP + ".backup"
Loading