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 2, 2016
1 parent 7c75cdc commit 23b9f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MalouCommand.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def run(self, edit, nb=1):

nb=nb-1

package_path = "Packages/EddyMalouLoremIpsum"
package_path = "Packages/EddyMalou LoremIpsum"
jsonfile = package_path + "/dictionary.json"
content = sublime.load_resource(jsonfile)
self.dictionary = json.loads(content)
Expand Down

0 comments on commit 23b9f54

Please sign in to comment.