From 55a14eca1b975e91f069c74fe469f0754824ca71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 4 Feb 2019 15:15:43 +0100 Subject: [PATCH] Removed some extraneous commas --- blender_asset_tracer/pack/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blender_asset_tracer/pack/__init__.py b/blender_asset_tracer/pack/__init__.py index ae460ee..4811d49 100644 --- a/blender_asset_tracer/pack/__init__.py +++ b/blender_asset_tracer/pack/__init__.py @@ -86,10 +86,10 @@ class Packer: - strategise() finds all the dependencies and determines what to do with them. - execute() performs the actual packing operation, by rewriting blend - files to ensure the paths to moved files are correct, and + files to ensure the paths to moved files are correct and transferring the files. - The file transfer is performed in a separate thread, by a FileTransferer + The file transfer is performed in a separate thread by a FileTransferer instance. """