Syntax change to make the code more "pythonyst"
This commit is contained in:
parent
d977cfb2ef
commit
7a7d60ce92
21 changed files with 138 additions and 137 deletions
|
|
@ -30,7 +30,7 @@ import devedeng.choose_disc_type
|
|||
|
||||
config_data = devedeng.configuration_data.configuration.get_config()
|
||||
|
||||
if config_data == None:
|
||||
if config_data is None:
|
||||
print ("Can't locate extra files. Aborting.")
|
||||
sys.exit(1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue