Use raw strings instead of format in docker build script
authorJoe Jordan <ejjordan12@gmail.com>
Fri, 5 Feb 2021 12:21:29 +0000 (12:21 +0000)
committerPaul Bauer <paul.bauer.q@gmail.com>
Fri, 5 Feb 2021 12:21:29 +0000 (12:21 +0000)
commit43748f80c6458cfd8f499ece29301b856f184e51
treea891dbb1d520e11e08be92a7f5368dd493d6ba11
parent33f4333da46a37015bfdba19963fcc8650847f3f
Use raw strings instead of format in docker build script

Removes all instances of .format() from strings in docker build
script in favor of the more modern raw strings.
admin/containers/scripted_gmx_docker_builds.py