Skip to content

Commit

Permalink
Apply Kernel on new Project
Browse files Browse the repository at this point in the history
  • Loading branch information
naitikrambhia committed Nov 15, 2024
1 parent 84c2739 commit d8d1f9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pros/conductor/conductor.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,7 @@ def new_project(self, path: str, no_default_libs: bool = False, **kwargs) -> Pro
if 'version' in kwargs:
if kwargs['version'] == 'latest':
kwargs['version'] = '>=0'
if not no_default_libs:
self.apply_template(proj, identifier='kernel', **kwargs)
self.apply_template(proj, identifier='kernel', **kwargs)
proj.save()

if not no_default_libs:
Expand Down

0 comments on commit d8d1f9a

Please sign in to comment.