This was first noticed in July 2018.
Traceback (most recent call last): File "/usr/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/usr/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(*self._args, **self._kwargs) File "labs-tools-heritage/.tox/flake8/lib/python3.6/site-packages/flake8/checker.py", line 666, in _run_checks_from_queue checker.run_checks(results_queue, statistics_queue) File "labs-tools-heritage/.tox/flake8/lib/python3.6/site-packages/flake8/checker.py", line 606, in run_checks self.run_ast_checks() File "labs-tools-heritage/.tox/flake8/lib/python3.6/site-packages/flake8/checker.py", line 517, in run_ast_checks for (line_number, offset, text, check) in runner: File "labs-tools-heritage/.tox/flake8/lib/python3.6/site-packages/unicode_string_literal.py", line 38, in visit_tree for error in self.visit_tree(child): File "labs-tools-heritage/.tox/flake8/lib/python3.6/site-packages/unicode_string_literal.py", line 38, in visit_tree for error in self.visit_tree(child): File "labs-tools-heritage/.tox/flake8/lib/python3.6/site-packages/unicode_string_literal.py", line 38, in visit_tree for error in self.visit_tree(child): File "labs-tools-heritage/.tox/flake8/lib/python3.6/site-packages/unicode_string_literal.py", line 35, in visit_tree for error in self.visit_node(node): File "labs-tools-heritage/.tox/flake8/lib/python3.6/site-packages/unicode_string_literal.py", line 51, in visit_node if not isinstance(node.func.value.s, unicode): NameError: name 'unicode' is not defined
But also:
./tests/test_monuments_config_validation.py:83:30: F821 undefined name 'unicode' ./tests/test_monuments_config_validation.py:84:38: F821 undefined name 'unicode' ./tests/test_monuments_config_validation.py:85:31: F821 undefined name 'unicode' ./tests/test_monuments_config_validation.py:86:34: F821 undefined name 'unicode' ./tests/test_monuments_config_validation.py:88:32: F821 undefined name 'unicode' ./tests/test_monuments_config_validation.py:91:34: F821 undefined name 'unicode' ./bin/deploy_message_from_git_log.py:57:31: E999 SyntaxError: invalid syntax ./erfgoedbot/populate_image_table.py:107:20: F821 undefined name 'unicode' ./erfgoedbot/populate_image_table.py:132:22: F821 undefined name 'unicode' ./erfgoedbot/common.py:114:21: F821 undefined name 'unicode' ./erfgoedbot/common.py:161:24: F821 undefined name 'unicode' ./erfgoedbot/common.py:162:26: F821 undefined name 'unicode' ./erfgoedbot/common.py:185:33: F821 undefined name 'unicode' ./erfgoedbot/common.py:186:20: F821 undefined name 'unicode' ./erfgoedbot/add_object_location_monuments.py:67:51: F821 undefined name 'unicode' ./erfgoedbot/add_object_location_monuments.py:69:30: F821 undefined name 'unicode' ./erfgoedbot/monument_tables.py:112:68: F821 undefined name 'unicode' ./erfgoedbot/add_coord_to_articles.py:203:20: E999 SyntaxError: invalid syntax ./erfgoedbot/statistics_table.py:75:43: F821 undefined name 'unicode' ./erfgoedbot/top_streets.py:120:22: E999 SyntaxError: invalid syntax ./erfgoedbot/update_database.py:674:25: E999 SyntaxError: invalid syntax