Skip to content

Commit

Permalink
diedir is case sensitive
Browse files Browse the repository at this point in the history
closing the other one due to rebase and such
  • Loading branch information
crowell committed Jun 22, 2015
1 parent 78613f0 commit 77154cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions die_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys


DIE_DIR = environ["DieDir"]
DIE_DIR = environ["DIEDIR"]
DIE_NAME = "DIE.py"

sys.path.append(DIE_DIR)
Expand All @@ -13,4 +13,4 @@
plugin = imp.load_source(__name__, plugin_path)

# Export the plugin entry
PLUGIN_ENTRY = plugin.PLUGIN_ENTRY
PLUGIN_ENTRY = plugin.PLUGIN_ENTRY

0 comments on commit 77154cd

Please sign in to comment.