Skip to content

Commit 2a34f04

Browse files
author
Nick Wardle
committed
Linter
1 parent 52c6a9a commit 2a34f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/Datacard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def print_structure(self):
146146
print("DC.groups = ", self.groups, "#", type(self.groups))
147147
print("DC.discretes = ", self.discretes, "#", type(self.discretes))
148148
print("DC.pdfnorms = ", self.pdfnorms, "#", type(self.pdfnorms))
149-
print("DC.toCreateFlatParam = ",self.toCreateFlatParam, "#", type(self.toCreateFlatParam))
149+
print("DC.toCreateFlatParam = ", self.toCreateFlatParam, "#", type(self.toCreateFlatParam))
150150

151151
print(
152152
"""

0 commit comments

Comments
 (0)