updated paths to meta/project
modified: deploy_meta.py modified: test.py
This commit is contained in:
parent
a56eabbdd4
commit
89643d3497
2 changed files with 2 additions and 2 deletions
|
|
@ -76,7 +76,7 @@ def nested_set(dic, keys, value):
|
||||||
|
|
||||||
class DeployMeta(QtGui.QMainWindow):
|
class DeployMeta(QtGui.QMainWindow):
|
||||||
|
|
||||||
PATH_META = "../../../meta/configuration"
|
PATH_META = "../../../meta/project"
|
||||||
PATH_TEMPLATES = "../share/templates/meta"
|
PATH_TEMPLATES = "../share/templates/meta"
|
||||||
|
|
||||||
path_meta = None
|
path_meta = None
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,7 @@ def create_path(path_str, delimiter="/"):
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
path_meta = create_path("../../meta/configuration")
|
path_meta = create_path("../../../meta/project")
|
||||||
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue