Removed some extraneous commas

This commit is contained in:
Sybren A. Stüvel 2019-02-04 15:15:43 +01:00
parent daab1df826
commit 55a14eca1b

View File

@ -86,10 +86,10 @@ class Packer:
- strategise() finds all the dependencies and determines what to do - strategise() finds all the dependencies and determines what to do
with them. with them.
- execute() performs the actual packing operation, by rewriting blend - 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. 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. instance.
""" """