gigl.common.utils.create_empty_file_if_none_exists#

gigl.common.utils.local_fs.create_empty_file_if_none_exists(local_path: LocalUri) None#

Create an empty file if it doesn’t already exist.

Args:

local_path (LocalUri): The local path of the file to be created.

Returns:

None