Closed khk-globus closed 1 month ago
Per user-identified typo-able interaction:
args=("abc") # a str args=("abc",) # a tuple
Python syntax "gotcha". So, help users of this interface with a little judicious type checking.
While here, add a unit test of the Batch class, which we seem to have been missing. Doh!
Batch
Per user-identified typo-able interaction:
Python syntax "gotcha". So, help users of this interface with a little judicious type checking.
While here, add a unit test of the
Batch
class, which we seem to have been missing. Doh!Type of change