# HG changeset patch # User ioannis@ioannis-VirtualBox # Date 1619093593 -10800 # Node ID 2fe60db870df2684f202d339700fc57b9b9a90e5 # Parent 3d77fe9d150195356ab7b1c24618dd1feaec023b Note for future improvements. diff -r 3d77fe9d1501 -r 2fe60db870df CHANGELOG.rst --- a/CHANGELOG.rst Thu Apr 22 15:13:02 2021 +0300 +++ b/CHANGELOG.rst Thu Apr 22 15:13:13 2021 +0300 @@ -2,11 +2,11 @@ ========= 0.10.1 - 2021-02-09 ------------------- +------------------- * Temporary workaround for missing "has_finished" flag from the API. 0.10.0 - 2021-02-04 ------------------- +------------------- * Support for new version of web interface (to be released on 2021-02-09. * Output of module exit codes and their description. * Support of the "delay" parameter when uploading files. diff -r 3d77fe9d1501 -r 2fe60db870df scc_access/__init__.py --- a/scc_access/__init__.py Thu Apr 22 15:13:02 2021 +0300 +++ b/scc_access/__init__.py Thu Apr 22 15:13:13 2021 +0300 @@ -1,1 +1,1 @@ -__version__ = "0.10.1" \ No newline at end of file +__version__ = "0.10.2" \ No newline at end of file diff -r 3d77fe9d1501 -r 2fe60db870df scc_access/scc_access.py --- a/scc_access/scc_access.py Thu Apr 22 15:13:02 2021 +0300 +++ b/scc_access/scc_access.py Thu Apr 22 15:13:13 2021 +0300 @@ -981,10 +981,10 @@ def setup_download_measurements(parser): def download_measurements_from_args(parsed): # TODO: Fix this - logger.warning("This method needs to be updated. Cross-chceck any results.") + logger.warning("This method needs to be updated. Cross-check any results.") - preproc = parsed.download_elpp - optical = parsed.download_elda + preproc = parsed.download_preprocessed + optical = parsed.download_optical graphs = parsed.download_profile_graphs if not preproc and not graphs: optical = True