https://github.com/NYUCCL/psiTurk
Revision 428a319abf04a7b6f89bcf491535c41c62d357c7 authored by jacob-lee on 28 September 2021, 21:24:34 UTC, committed by GitHub on 28 September 2021, 21:24:34 UTC
1. The local config file text says that `table_name` is being deprecated in favor of `assignments_table_name` and that `assignments_table_name` is preferred if both defined. However, only `table_name` was being used. An entry into the backwards_compatibility list in psiturk_config.py was added for this.
2. In the psiturk_config.py loop through the backwards compatibilities, the section was being hard-coded to `Hit Configuration`. This prevented fix in (1) from taking effect. It also was preventing the backwards compatibility setting for the logfiles from taking effect.
1 parent 363aa5d
History
Tip revision: 428a319abf04a7b6f89bcf491535c41c62d357c7 authored by jacob-lee on 28 September 2021, 21:24:34 UTC
Fix two backwards compatibility bugs
Tip revision: 428a319
File Mode Size
.github
doc
psiturk
scripts
tests
.coveragerc -rw-r--r-- 34 bytes
.gitignore -rw-r--r-- 769 bytes
.landscape.yaml -rw-r--r-- 101 bytes
.readthedocs.yml -rw-r--r-- 84 bytes
.zenodo.json -rw-r--r-- 676 bytes
CHANGELOG.md -rw-r--r-- 10.6 KB
CODE_OF_CONDUCT.md -rw-r--r-- 5.1 KB
CONTRIBUTING.md -rw-r--r-- 6.8 KB
LICENSE -rw-r--r-- 1.1 KB
MANIFEST.in -rw-r--r-- 44 bytes
README.md -rw-r--r-- 2.8 KB
THANKS.md -rw-r--r-- 1.2 KB
pyproject.toml -rw-r--r-- 100 bytes
setup.cfg -rw-r--r-- 1.6 KB
setup.py -rw-r--r-- 37 bytes
status_msg.txt -rw-r--r-- 1.1 KB
tox.ini -rw-r--r-- 397 bytes

README.md

back to top