diff tile.py @ 5:37e109e6560b draft default tip

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 7d7a519c3a2cc612d38695b335d0f6c75a099de3"
author bgruening
date Fri, 26 Feb 2021 14:00:52 +0000
parents a3e8abcf78f3
children
line wrap: on
line diff
--- a/tile.py	Sat Feb 06 09:38:45 2021 +0000
+++ b/tile.py	Fri Feb 26 14:00:52 2021 +0000
@@ -68,7 +68,7 @@
             result += INDENTATION.join(
                 [f"{INDENTATION}Select an additional image to tile:{get_json_value(img, 'additional_img')}\n"
                  ])
-
+    result = result.rstrip("\n")
     return result