Skip to content

Commit

Permalink
added set_environment call in builObjectGraph command
Browse files Browse the repository at this point in the history
  • Loading branch information
yamrom committed Mar 9, 2022
1 parent 3135602 commit b1c6828
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snakeobjects/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ def buildObjectGraph():
print(f'ERROR: There is no {bldObjGraphPy}')
exit(1)
if command == "buildObjectGraph":
set_environment(proj,args)
newObjectGraph = buildObjectGraph()
proj.objectGraph = newObjectGraph
proj.save_object_graph()
Expand Down

0 comments on commit b1c6828

Please sign in to comment.