fmeobjects.FMESession.updateSettings

FMESession.updateSettings(keyword, value)

Adds a new keyword and value to the session configuration.

Parameters:
  • keyword (str) – The new keyword to add to the configuration.

  • value (str) – The value of the keyword to add to the configuration.

Return type:

None

Raises:

FMEException – An exception is raised if there was a problem in adding the new keyword and value.