swot_simulator.launcher.writable_directory

swot_simulator.launcher.writable_directory(value: str)str[source]

The option should define a writable directory

Parameters

value (str) – Value to parse

Returns

The path to the directory

Return type

str

Raises
  • argparse.ArgumentTypeError – If the option provided does not define a

  • writable directory.