Commit graph

7 commits

Author SHA1 Message Date
Simone Barbieri
e97b6ce01f Fixed path resolving not finding the workfile in certain conditions
In case the workfile only contains the project name, the workfile is not found because while the regex matches, the match doesn't have any group, and so it throws an exception.
2022-09-23 16:18:08 +01:00
Jakub Trllo
8858377019 formatting changes 2022-08-10 14:32:07 +02:00
Jakub Trllo
f03e63502e fixed dotted extensions 2022-08-10 13:59:26 +02:00
Jakub Trllo
4db9863927 moved 'get_custom_workfile_template' and 'get_custom_workfile_template_by_string_context' to 'openpype.pipeline.workfile' 2022-08-09 16:17:00 +02:00
Jakub Trllo
02007784fa moved 'get_last_workfile_with_version' and 'get_last_workfile' to 'openpype.pipeline.workfile' 2022-08-09 12:56:50 +02:00
Jakub Trllo
97d55eb335 modified docstrings 2022-08-09 11:39:17 +02:00
Jakub Trllo
9427d791ea moved workfile path resolving into openpype/pipeline/workfile 2022-08-09 11:19:08 +02:00