Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/Action_impl_pre.hpp

    r7630e3 r10aee4  
    173173    output << \
    174174    BOOST_PP_IF(n, ", ", "") \
    175     << "\"" << params. \
     175    << "\"" << toPythonString(params. \
    176176        BOOST_PP_SEQ_ELEM(n, paramreferences) \
    177         .getAsStringUnvalidated() \
     177        .getUnvalidated()) \
    178178    << "\"";
    179179
Note: See TracChangeset for help on using the changeset viewer.