We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707375f commit 2d192d0Copy full SHA for 2d192d0
1 file changed
src/OpenColorIO/Config.cpp
@@ -1155,7 +1155,6 @@ ConstConfigRcPtr Config::CreateFromEnv()
1155
ConstConfigRcPtr Config::CreateFromFile(const char * filename)
1156
{
1157
// Specifically check if a config filepath is provided.
1158
- // TODO: Consider raising a different exception for this?
1159
if (!filename || !*filename)
1160
1161
throw Exception("The config filepath is missing.");
0 commit comments