Skip to content
Snippets Groups Projects
Commit 2543afbe authored by Thomas Juerges's avatar Thomas Juerges
Browse files

Fixed another indentation about which the idiotic Python interpreter complained

parent 49169c5e
No related branches found
No related tags found
No related merge requests found
...@@ -539,12 +539,12 @@ class RCUSCC(Device): ...@@ -539,12 +539,12 @@ class RCUSCC(Device):
return self._Pwr_dig_R return self._Pwr_dig_R
# PROTECTED REGION END # // RCUSCC.Pwr_dig_R_read # PROTECTED REGION END # // RCUSCC.Pwr_dig_R_read
def read_Temperature_R(self): def read_Temperature_R(self):
# PROTECTED REGION ID(RCUSCC.Temperature_R_read) ENABLED START # # PROTECTED REGION ID(RCUSCC.Temperature_R_read) ENABLED START #
"""Return the Temperature_R attribute.""" """Return the Temperature_R attribute."""
self._Temperature_R = self.attribute_mapping["Temperature_R"].get_value() self._Temperature_R = self.attribute_mapping["Temperature_R"].get_value()
return self._Temperature_R return self._Temperature_R
# PROTECTED REGION END # // RCUSCC.Temperature_R_read # PROTECTED REGION END # // RCUSCC.Temperature_R_read
# -------- # --------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment