eth-cscs / pyfirecrest

Python wrappers for the FirecREST API

Home Page:https://pyfirecrest.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow passing batch script to `client.submit` as a string

rsarm opened this issue · comments

Currently client.submit requires the batch script to be an existing file and it takes the path to it. Would it make sense to also support passing the batch script as a string?