Move list validation to own function
Compare changes
+ 54
− 1
@@ -2,6 +2,8 @@
@@ -10,7 +12,10 @@ class PlotOptions:
@@ -99,7 +104,55 @@ class PlotIDTransfer:
Lists are now checked via plotoptions.validate_list(). This function iterates through the list and checks if all elements are of the given type (default: str). Optionally the strings can be checked if they correspond to an existing file.
Closes #64 (closed)