Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNino van Hooff <ninovanhooff@gmail.com>2020-05-29 15:30:33 +0300
committerNino van Hooff <ninovanhooff@gmail.com>2020-05-29 15:30:33 +0300
commit89f0970a887612a6819263633180d027d06224af (patch)
tree0b900495a95a234c15f893563975eb346aee6e20 /plugins/3MFWriter
parent1e33360c359373f7acbf95ca9706514d12c0dd7f (diff)
Remove trailing whitespace from Python files
Diffstat (limited to 'plugins/3MFWriter')
-rw-r--r--plugins/3MFWriter/ThreeMFWorkspaceWriter.py2
-rw-r--r--plugins/3MFWriter/ThreeMFWriter.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/3MFWriter/ThreeMFWorkspaceWriter.py b/plugins/3MFWriter/ThreeMFWorkspaceWriter.py
index a8d42ab2ee..a7ee47dcf1 100644
--- a/plugins/3MFWriter/ThreeMFWorkspaceWriter.py
+++ b/plugins/3MFWriter/ThreeMFWorkspaceWriter.py
@@ -110,7 +110,7 @@ class ThreeMFWorkspaceWriter(WorkspaceWriter):
@staticmethod
def _writeContainerToArchive(container, archive):
"""Helper function that writes ContainerStacks, InstanceContainers and DefinitionContainers to the archive.
-
+
:param container: That follows the :type{ContainerInterface} to archive.
:param archive: The archive to write to.
"""
diff --git a/plugins/3MFWriter/ThreeMFWriter.py b/plugins/3MFWriter/ThreeMFWriter.py
index 343b94a08b..6c02935080 100644
--- a/plugins/3MFWriter/ThreeMFWriter.py
+++ b/plugins/3MFWriter/ThreeMFWriter.py
@@ -62,7 +62,7 @@ class ThreeMFWriter(MeshWriter):
def setStoreArchive(self, store_archive):
"""Should we store the archive
-
+
Note that if this is true, the archive will not be closed.
The object that set this parameter is then responsible for closing it correctly!
"""
@@ -70,7 +70,7 @@ class ThreeMFWriter(MeshWriter):
def _convertUMNodeToSavitarNode(self, um_node, transformation = Matrix()):
"""Convenience function that converts an Uranium SceneNode object to a SavitarSceneNode
-
+
:returns: Uranium Scene node.
"""
if not isinstance(um_node, SceneNode):