From 6d4ba51c6c3a3e27befad8b3fc1eba768da8dd16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 27 Jul 2016 18:37:29 +0200 Subject: [PATCH] Added missing callback argument --- blender_cloud/settings_sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blender_cloud/settings_sync.py b/blender_cloud/settings_sync.py index 388ca51..01671da 100644 --- a/blender_cloud/settings_sync.py +++ b/blender_cloud/settings_sync.py @@ -445,7 +445,7 @@ class PILLAR_OT_sync(pillar.PillarOperatorMixin, self.log.info('Unable to find node on Blender Cloud for %s', fname) return - async def file_downloaded(file_path: str, file_desc: pillarsdk.File): + async def file_downloaded(file_path: str, file_desc: pillarsdk.File, map_type: str): # Allow the caller to adjust the file before we move it into place. if fname.lower() == 'userpref.blend':