Skip to content

Commit

Permalink
Tweak wise/dnal detection for Jython on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Nov 15, 2010
1 parent db41d7e commit 7e5b710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/requires_wise.py
Expand Up @@ -14,7 +14,7 @@
"Don't know how to find the Wise2 tool dnal on Windows.")

import commands
not_found_types = ["command not found", "dnal: not found"]
not_found_types = ["command not found", "dnal: not found", "not recognized"]
dnal_output = commands.getoutput("dnal")

for not_found in not_found_types:
Expand Down

0 comments on commit 7e5b710

Please sign in to comment.