- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/CommandAction/LoadSessionAction.cpp
r26b4d62 r2cf12a 58 58 59 59 #ifdef HAVE_PYTHON 60 if (executePythonScript (params.filename.get().string()))60 if (executePythonScriptFile(params.filename.get())) 61 61 return Action::success; 62 62 else {
Note:
See TracChangeset
for help on using the changeset viewer.