diff --git a/bam/blend/blendfile_pack.py b/bam/blend/blendfile_pack.py index 8a021d9..706b109 100755 --- a/bam/blend/blendfile_pack.py +++ b/bam/blend/blendfile_pack.py @@ -661,7 +661,7 @@ def main(): args.path_src.encode('utf8'), args.path_dst.encode('utf8'), mode=args.mode, - base_dir_dst_temp=args.temp_path, + base_dir_dst_temp=args.temp_path.encode('utf8'), filename_filter=exclusion_filter(args.exclude), ): report(msg)