Skip to content

Commit 635e908

Browse files
committed
fix alignment of previously commented out block
1 parent 1bb4aaf commit 635e908

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/harmonization.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -504,10 +504,10 @@ def main(self):
504504

505505
self.sanityCheck()
506506

507-
if self.create:
507+
if self.create:
508508
self.createTemplate()
509-
510-
if self.process:
509+
510+
if self.process:
511511
self.harmonizeData()
512512

513513
if self.create and self.process and self.debug:

0 commit comments

Comments
 (0)