Removed logging when file is outside project path
This commit is contained in:
parent
4608204f1d
commit
51cf097c8f
@ -371,7 +371,6 @@ def _render_output_path(
|
||||
try:
|
||||
proj_rel = blendfile.parent.relative_to(project_path)
|
||||
except ValueError:
|
||||
log.exception('Current file is outside of project path %s', project_path)
|
||||
return None
|
||||
|
||||
rel_parts = proj_rel.parts[flamenco_job_output_strip_components:]
|
||||
|
Reference in New Issue
Block a user