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