Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Dec 5, 2019
1 parent 999b899 commit 63de2b1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -425,7 +425,7 @@ double DataStorePythonWrapper::value(DataStoreVariable *pDataStoreVariable,
return pDataStoreVariable->value(pPosition, pRun);
}

throw std::runtime_error(tr("The 'NoneType' object is not subscriptable."));
throw std::runtime_error(tr("The 'NoneType' object is not subscriptable.").toStdString());
}

//==============================================================================
Expand Down

0 comments on commit 63de2b1

Please sign in to comment.