software/dump/json: Fix typo.
This commit is contained in:
parent
9437f52233
commit
431c730874
|
@ -22,4 +22,4 @@ class JSONDump(Dump):
|
||||||
json.dump(self.generate_data(), f)
|
json.dump(self.generate_data(), f)
|
||||||
|
|
||||||
def read(self, filename):
|
def read(self, filename):
|
||||||
raise NotImplementedError("Python files can not (yet) be read, please contribute!")
|
raise NotImplementedError("JSON files can not (yet) be read, please contribute!")
|
||||||
|
|
Loading…
Reference in New Issue