mirror of
https://github.com/enjoy-digital/litescope.git
synced 2025-01-04 09:52:27 -05:00
software/dump/json: Fix typo.
This commit is contained in:
parent
9437f52233
commit
431c730874
1 changed files with 1 additions and 1 deletions
|
@ -22,4 +22,4 @@ class JSONDump(Dump):
|
|||
json.dump(self.generate_data(), f)
|
||||
|
||||
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 a new issue