aboutsummaryrefslogtreecommitdiff
path: root/scripts/maintenance
AgeCommit message (Collapse)Author
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
2020-08-18Replace DOS style line endings with UNIX style onesBonfaceKilz
* scripts/maintenance/readProbeSetSE_v7.py: Run *dos2unix* against file
2020-08-18Apply pep8BonfaceKilz
* scripts/maintenance/readProbeSetSE_v7.py: Apply pep8 to file to replace tabs with spaces and use correct indentation.
2018-04-03@acenteno added data upload scripts into main repoPjotr Prins