filename_contains_spaces¶
Summary¶
- filename_contains_spaces(filename: str) bool¶
Checks to see if the filename contains spaces.
- Parameters:
filename (str) – A string filename.
- Returns:
True if the file contains spaces, False if it doesn’t.
- Return type:
bool
Importing¶
from cs_board_tools.validation.naming import filename_contains_spaces