aboutsummaryrefslogtreecommitdiff
path: root/scripts/maintenance/readProbeSetMean_v7.py
AgeCommit message (Collapse)Author
2020-08-19Wrap `map()` in a `list` callBonfaceKilz
Run `2to3-3.8 -f map -w .` See: <https://docs.python.org/2/library/2to3.html#2to3fixer-map>
2020-08-18Replace "raw_input" with "input"BonfaceKilz
* scripts/maintenance/readProbeSetMean_v7.py: Use "input". See https://docs.python.org/3/whatsnew/3.0.html#builtins
2020-08-18Wrap print statements in parenthesesBonfaceKilz
2018-04-03@acenteno added data upload scripts into main repoPjotr Prins