Skip to content

Commit 536d810

Browse files
committed
fixed bug found by Viktor
1 parent 359d471 commit 536d810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

histogrammar/defs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def fromJsonFragment(json, nameFromParent):
107107

108108
@staticmethod
109109
def fromJsonFile(fileName):
110-
return Factory.fromJson(jsonlib.load(open(fileName), json))
110+
return Factory.fromJson(jsonlib.load(open(fileName)))
111111

112112
@staticmethod
113113
def fromJsonString(json):

0 commit comments

Comments
 (0)