mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-20 19:37:58 -05:00
* autopep8 whitespace only: --select="E101,W1,W2" * revert single file: web2py_online.py Should this be a .py file at all? * revert file Tickets/1443.py because the diff looked strange: maybe there is an encoding problem? * Rename web2py_online.py to web2py_online.rst
4 lines
210 B
Python
4 lines
210 B
Python
# Hack due to hang in plot_directive for some unknown reason
|
|
import subprocess,sys
|
|
subprocess.call('python methane-ethane.py', shell = True, stdout = sys.stdout, stderr = sys.stderr, cwd='../fluid_properties')
|