Skip to content
Snippets Groups Projects
Commit ed38848e authored by David Verelst's avatar David Verelst
Browse files

prepost.dlctemplate: hostname jess is either jess or j-XXX

parent 47fefba2
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -35,7 +35,7 @@ plt.rc('axes', labelsize=12)
# on Gorm tex printing doesn't work
if socket.gethostname()[:2] == 'g-':
RUNMETHOD = 'gorm'
elif socket.gethostname()[:4] == 'jess':
elif socket.gethostname()[:1] == 'j':
RUNMETHOD = 'jess'
else:
plt.rc('text', usetex=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment