Fixed my oops
This commit is contained in:
parent
bbf23e4fa8
commit
e68d8bbb8a
@ -156,7 +156,6 @@ if __name__ == "__main__":
|
|||||||
if params.config_file:
|
if params.config_file:
|
||||||
settings.update_from_file(params.config_file)
|
settings.update_from_file(params.config_file)
|
||||||
try:
|
try:
|
||||||
raise ImportError("tRY ME!")
|
|
||||||
from IPython import embed
|
from IPython import embed
|
||||||
embed()
|
embed()
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
Loading…
Reference in New Issue
Block a user