PEP8 format spacing
This commit is contained in:
parent
19aaf63945
commit
6ce8d2b000
@ -392,11 +392,12 @@ for target in configured_targets:
|
||||
|
||||
|
||||
def is_number(value):
|
||||
try:
|
||||
float(value)
|
||||
return True
|
||||
except ValueError:
|
||||
return False
|
||||
try:
|
||||
float(value)
|
||||
return True
|
||||
except ValueError:
|
||||
return False
|
||||
|
||||
|
||||
# Here we walk through the constructed configuration we have from the parsed
|
||||
# command line arguments. We then apply each piece of configuration by
|
||||
|
Loading…
Reference in New Issue
Block a user