Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitConnan authored and ClementHector committed Feb 8, 2022
1 parent 00e1d90 commit 0c9df38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openpype/lib/avalon_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ def collect_last_version_repres(asset_entities):

return output


@with_avalon
def get_loaders_by_name():

loaders_by_name = {}
Expand Down
2 changes: 1 addition & 1 deletion openpype/lib/build_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
_module_path_format = 'openpype.hosts.{host}.api.template_loader'


def build_workfile_template(args):
def build_workfile_template(*args):
template_loader = build_template_loader()
try:
template_loader.import_template(template_loader.template_path)
Expand Down

0 comments on commit 0c9df38

Please sign in to comment.