diff options
Diffstat (limited to 'module/common')
-rw-r--r-- | module/common/JsEngine.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/common/JsEngine.py b/module/common/JsEngine.py index 0b451c9dd..5612b12a3 100644 --- a/module/common/JsEngine.py +++ b/module/common/JsEngine.py @@ -49,7 +49,7 @@ if not ENGINE: pass -if not ENGINE or ENGINE: +if not ENGINE: try: path = "" #path where to find rhino |