diff OrthancServer/Resources/GenerateAnonymizationProfile.py @ 4676:caf963ee3de9

DicomModification_Anonymization2017c.impl.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 03 Jun 2021 19:44:43 +0200
parents 7e4d1f2b3a8f
children 2e850edf03d6
line wrap: on
line diff
--- a/OrthancServer/Resources/GenerateAnonymizationProfile.py	Thu Jun 03 19:41:11 2021 +0200
+++ b/OrthancServer/Resources/GenerateAnonymizationProfile.py	Thu Jun 03 19:44:43 2021 +0200
@@ -64,7 +64,7 @@
     if len(command) > indentation:
         raise Exception('Too long command')
         
-    line = '    ' + command + (' ' * (indentation - len(command))) + '// ' + name
+    line = command + (' ' * (indentation - len(command))) + '// ' + name
     LINES.append(line)
 
 def FormatUnknown(rawTag, name, profile):