# set_run_flag

Set run flag for model or stage.

# Parameters

v : str
Runflag option. v = 'none' or 'run'

# Examples

stage1.set_run_flag('run')
stage1.set_run_flag('none')