PEP8 format spacing
This commit is contained in:
parent
19aaf63945
commit
6ce8d2b000
1 changed files with 6 additions and 5 deletions
|
@ -392,11 +392,12 @@ for target in configured_targets:
|
||||||
|
|
||||||
|
|
||||||
def is_number(value):
|
def is_number(value):
|
||||||
try:
|
try:
|
||||||
float(value)
|
float(value)
|
||||||
return True
|
return True
|
||||||
except ValueError:
|
except ValueError:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
# Here we walk through the constructed configuration we have from the parsed
|
# Here we walk through the constructed configuration we have from the parsed
|
||||||
# command line arguments. We then apply each piece of configuration by
|
# command line arguments. We then apply each piece of configuration by
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue