Skip to content

Commit

Permalink
Insert final newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
ffes committed Jan 7, 2018
1 parent 03dc988 commit 8bc78ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Expand Up @@ -8,3 +8,4 @@ indent_style = space
indent_size = 4
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
2 changes: 1 addition & 1 deletion localtest_rf.py
Expand Up @@ -40,4 +40,4 @@
else:
print('File', testFile, 'not found')
result = rf.get_precipfc_data()
print(result['average'], result['averagemm'])
print(result['average'], result['averagemm'])
2 changes: 1 addition & 1 deletion plugin.py
Expand Up @@ -303,4 +303,4 @@ def UpdateImage(Unit, Logo):
if Devices[Unit].Image != Images[Logo].ID:
Domoticz.Log("Device Image update: 'Buienradar', Currently " + str(Devices[Unit].Image) + ", should be " + str(Images[Logo].ID))
Devices[Unit].Update(nValue=Devices[Unit].nValue, sValue=str(Devices[Unit].sValue), Image=Images[Logo].ID)
return
return

0 comments on commit 8bc78ee

Please sign in to comment.