Skip to content

Make .scan_saving a property of session

Benoit Formet requested to merge session-scan-saving into master

From #974 (closed) :

  • add .scan_saving property in Session object
    • will be used for SCAN_SAVING in shell, from current session
    • will be used by scans
  • added a way to tell if bliss is running in a shell or used as a library
    • from bliss import is_bliss_shell

Merge request reports