JeffersonLab / hps-mc

HPS MC toolkit
1 stars 6 forks source link

Use consistent python format string style #393

Closed JeremyMcCormick closed 10 months ago

JeremyMcCormick commented 1 year ago

There is a mix of old and new style python format strings, especially in job.py and batch.py. This should all be changed to new style.