broadinstitute / cromwell-tools

A collection of Python clients and accessory scripts for interacting with the Cromwell
https://cromwell-tools.readthedocs.io
BSD 3-Clause "New" or "Revised" License
22 stars 9 forks source link

ADD #104 remove use of f-string literals to allow support for python3.5 #105

Closed jeremyhofer closed 4 years ago

jeremyhofer commented 4 years ago

Purpose

This pull request adds support for python versions prior to python3.6 (namely adding support for python3.5). This is in reference to issue #104

Changes

Review Instructions