Ignore:
Timestamp:
Aug 30, 2025, 2:41:40 PM (2 months ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.0, stable
Children:
454d7a
Parents:
9928ece
git-author:
Frederik Heber <frederik.heber@…> (08/14/25 14:36:30)
git-committer:
Frederik Heber <frederik.heber@…> (08/30/25 14:41:40)
Message:

Ignores pyMoleCuilder import in python script.

  • TEST: LoadSession now uses an AS alias for the import.
  • TESTFIX: load session with complex waits does not look for the wait texts but rather for output from the actions in the script.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Python/PythonScripting.hpp

    r9928ece ra93896  
    2020bool executePythonScript(const std::string &python_string, const std::string &python_scripttitle);
    2121
     22const std::string PYMOLECUILDER_MODULE_NAME = "pyMoleCuilder";
     23
    2224#endif /* PYTHONSCRIPTING_HPP_ */
Note: See TracChangeset for help on using the changeset viewer.