Skip to content

Commit

Permalink
Update MalouCommand.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Metrakit committed Apr 1, 2016
1 parent ff11ef4 commit f8c3a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MalouCommand.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def run(self, edit, nb=1):
nb=nb-1

package_path = "Packages/EddyMalouLoremIpsum"
file = package_path + "/dictionary.json"
content = sublime.load_resource(file)
jsonfile = package_path + "/dictionary.json"
content = sublime.load_resource(jsonfile)
self.dictionary = json.loads(content)

selects = self.view.sel()
Expand Down

0 comments on commit f8c3a31

Please sign in to comment.