Merge branch '2.x/develop' into feature/451-Fusion_basic_integration

This commit is contained in:
Jakub Jezek 2020-08-21 11:37:58 +02:00
commit 181adf52eb
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3
5 changed files with 15 additions and 6 deletions

View file

@ -57,8 +57,8 @@ class CelactionPrelaunchHook(PypeHook):
self.log.info(f"Work dir is: `{workdir}`")
# get last version of workfile
workfile_last = get_last_version_from_path(
workdir, workfile.split(version))
workfile_last = env.get("AVALON_LAST_WORKFILE")
self.log.debug(f"_ workfile_last: `{workfile_last}`")
if workfile_last:
workfile = workfile_last