cloudmesh-configuration.cloudmesh.configuration.tools

Module Contents

Functions

check_file_for_tabs(filename, verbose=True)

identifies if the file contains tabs and returns True if it

cloudmesh-configuration.cloudmesh.configuration.tools.attribute_indent = 4
cloudmesh-configuration.cloudmesh.configuration.tools.check_file_for_tabs(filename, verbose=True)

identifies if the file contains tabs and returns True if it does. It also prints the location of the lines and columns. If verbose is set to False, the location is not printed.

Parameters
  • verbose – if true prints information about issues

  • filename – the filename

Return type

True if there are tabs in the file