MCPcopy Create free account
hub / github.com/aff3ct/aff3ct / check_directory

Function check_directory

scripts/debug_parser/aff3ct_debug_parser.py:234–237  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

232
233
234def check_directory(value):
235 if not os.path.isdir(value):
236 raise argparse.ArgumentTypeError("%s is not a directory" % value)
237 return value
238
239
240def adp_parse_args():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected