//////////////////////////////////////////////////////////////////////////////////////////
// writing csv file if path_to_search specified
////////////////////////////////////////////////////////////////////////////////////////////
if hasattr(mod_spec, "path_to_search") and mod_spec.path_to_search:
if not temp_csv_file:
tf.logging.info(
"[%s] search file folders, writing csv file %s",
After Change
//////////////////////////////////////////////////
temp_csv_file = None
try:
csv_file = os.path.expanduser(mod_spec.get("csv_file", None))
if not os.path.isfile(csv_file):
// writing to the same folder as data_split_file
default_csv_file = os.path.join(