I am getting the following error on a 'git cl upload'. patched_file_system.py was added 4 days ago as part of r199727.
The "path for " looks wrong and should be deleted, but I'm not familiar with python.
Should I post an issue or is this something on my end?
Traceback (most recent call last):
File "docs\server2\integration_test.py", line 20, in <module>
from handler import Handler
File "D:\dev\chromium_git\src\chrome\common\extensions\docs\server2\handler.py", line 7, in <module>
from patch_servlet import PatchServlet
File "D:\dev\chromium_git\src\chrome\common\extensions\docs\server2\patch_servlet.py", line 19, in <module>
from patched_file_system import PatchedFileSystem
File "D:\dev\chromium_git\src\chrome\common\extensions\docs\server2\patched_file_system.py", line 51
dir_paths = {path for path in paths if path.endswith('/')}
^
SyntaxError: invalid syntax
** Presubmit ERRORS **
IntegrationTest failed!