Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
george0st committed Dec 31, 2023
1 parent fece8b2 commit 74bd3ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions qgate_sln_mlrun/ts/ts101.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ def create_projects(self):
json_content = json.load(json_file)
name, desc, lbls, kind = TSBase.get_json_header(json_content)

#self.solution.projects.append(name)
self.projects.append(name)
if self._create_project(name, desc, lbls, kind):
#self.solution.project_specs[name] = json_content['spec']
self.project_specs[name] = json_content['spec']

@TSBase.handler_testcase
Expand Down

0 comments on commit 74bd3ab

Please sign in to comment.