FIX wrond indentation

This commit is contained in:
Paolo Asperti 2018-03-23 18:51:18 +01:00
parent 0a507d0953
commit 9895fff59a
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ for s in boardsConfigParser.sections():
bType = boardsConfigParser.get(s, 'type')
num = int(re.sub(r'^board','',s))
inverted = int('0' + boardsConfigParser.get(s, 'inverted')) == 1
channels = int(boardsConfigParser.get(s, 'channels'))
channels = int(boardsConfigParser.get(s, 'channels'))
if bType=='gpio-out':
gpios = []
for g in range(0,channels):