You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{{mtt}}} should gracefully report duplicate INI sections. E.g., if the {{{[Reporter: IU Database]}}} section is accidentally duplicated, {{{mtt}}} dies with the following unhelpful error:
{{{
Initializing reporter module: MTTDatabase
MTTDatabase
Evaluating: require MTT::Reporter::MTTDatabase
MTTDatabase
*** ERROR: Module aborted during require: MTT::Reporter::MTTDatabase
MTTDatabase: syntax error at (eval 15) line 4, near "require
MTT::Reporter::MTTDatabase
MTTDatabase
"
}}}
In other cases, {{{mtt}}} (via {{{Config::IniFiles}}}) takes one section, and ignores sections similarly named.
The text was updated successfully, but these errors were encountered:
{{{mtt}}} should gracefully report duplicate INI sections. E.g., if the {{{[Reporter: IU Database]}}} section is accidentally duplicated, {{{mtt}}} dies with the following unhelpful error:
{{{
In other cases, {{{mtt}}} (via {{{Config::IniFiles}}}) takes one section, and ignores sections similarly named.
The text was updated successfully, but these errors were encountered: