spinetoolbox.project_items.combiner.combiner_worker¶
Contains Combiner program.
| authors: |
|
|---|---|
| date: | 12.5.2020 |
Module Contents¶
Classes¶
CombinerWorker |
|
||||
-
class
spinetoolbox.project_items.combiner.combiner_worker.CombinerWorker(from_urls, to_urls, logs_dir, cancel_on_error, logger)[source]¶ Bases:
PySide2.QtCore.QObjectParameters: - from_urls (list(str)) – list of urls to read data from
- to_urls (list(str)) – list of urls to write data into
- logs_dir (str) – path to the directory where logs should be written
- cancel_on_error (bool) – whether or not to rollback and stop execution if errors
- logger (LoggerInterface) – somewhere to log important messages