We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0869d84 commit ca57fc6Copy full SHA for ca57fc6
backend/infrahub/git/integrator.py
@@ -199,9 +199,7 @@ async def import_objects_from_files(
199
commit=commit,
200
config_file=config_file,
201
)
202
- await self.import_all_python_files(
203
- branch_name=infrahub_branch_name, commit=commit, config_file=config_file
204
- )
+ await self.import_all_python_files(branch_name=infrahub_branch_name, commit=commit, config_file=config_file)
205
await self.import_jinja2_transforms(
206
branch_name=infrahub_branch_name, commit=commit, config_file=config_file
207
0 commit comments