Note for future improvements.

Thu, 22 Apr 2021 15:13:13 +0300

author
ioannis@ioannis-VirtualBox
date
Thu, 22 Apr 2021 15:13:13 +0300
changeset 60
2fe60db870df
parent 59
3d77fe9d1501
child 61
c4e03940780a

Note for future improvements.

CHANGELOG.rst file | annotate | diff | comparison | revisions
scc_access/__init__.py file | annotate | diff | comparison | revisions
scc_access/scc_access.py file | annotate | diff | comparison | revisions
--- 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.
--- 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
--- 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

mercurial