Import 2017-06-07 23:51:09: master 0cc16eaf

Author Committer Branch Timestamp Parent
jcfr jcfr master 2015-07-17 14:48:28 master b6b6b995
Changeset

BUG: Fix indentation issue in TemplateManager.py

This commit fixes a regression introduced in r24452 (BUG: Fixed extension
creation in version-controlled repository).

Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/jcfr/Projects/Slicer-Debug/Slicer-build/lib/Slicer-4.4/qt-scripted-modules/ExtensionWizard.py", line 7, in <module>
import SlicerWizard.ExtensionDescription
File "/home/jcfr/Projects/Slicer-Debug/Slicer-build/bin/Python/SlicerWizard/init.py", line 44, in <module>
from .ExtensionWizard import ExtensionWizard
File "/home/jcfr/Projects/Slicer-Debug/Slicer-build/bin/Python/SlicerWizard/ExtensionWizard.py", line 30, in <module>
from .TemplateManager import TemplateManager
File "/home/jcfr/Projects/Slicer-Debug/Slicer-build/bin/Python/SlicerWizard/TemplateManager.py", line 161
destination = os.path.join(destination, name)
^
IndentationError: expected an indented block

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24455 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Utilities/Scripts/SlicerWizard/TemplateManager.py Diff File