write warning about missing Mentat release to stderr instead of stdout

This commit is contained in:
Christoph Kords 2012-12-12 08:21:59 +00:00
parent 93d822aaa1
commit 34645a7222
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ sys.path.append(damask.solver.Marc().libraryPath('../../'))
try:
from py_mentat import *
except:
print('warning: no valid Mentat release found')
sys.stderr.write('warning: no valid Mentat release found')
# -----------------------------