Skip to content
Snippets Groups Projects
Commit 2051d4d8 authored by Stefano Borini's avatar Stefano Borini
Browse files

Fixed typo

parent 73231c79
No related branches found
No related tags found
1 merge request!13MCO Input/Output
...@@ -100,4 +100,4 @@ class CoreMCODriver(Plugin): ...@@ -100,4 +100,4 @@ class CoreMCODriver(Plugin):
return mco return mco
raise Exception("Requested MCO {} but it's not available" raise Exception("Requested MCO {} but it's not available"
"to compute it.".format(mco_data.name)) "to compute it.".format(name))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment