Added missing parameter to function call

This commit is contained in:
Sybren A. Stüvel 2017-06-22 14:43:27 +02:00
parent 61fa63eb1d
commit ac2d0c033c

View File

@ -363,10 +363,12 @@ class FLAMENCO_OT_copy_files(Operator,
from ..blender import preferences
context.window_manager.flamenco_status = 'PACKING'
exclusion_filter = preferences().flamenco_exclude_filter or None
missing_sources = await bam_interface.bam_copy(
Path(context.blend_data.filepath),
Path(preferences().flamenco_job_file_path),
exclusion_filter
)
if missing_sources: