Issue
Sentry Issue: NUXEO-DRIVE-X7
CalledProcessError: Command '['open', '/Users/user/.nuxeo-drive/reports/report_190617_111119.zip']' returned non-zero exit status 1. File "nxdrive/manager.py", line 380, in open_local_file File "nxdrive/osi/darwin/darwin.py", line 99, in open_local_file File "subprocess.py", line 311, in check_call Failed to find an editor for '/Users/user/.nuxeo-drive/reports/report_190617_111119.zip'
Analyse
NXDRIVE-1493 introduced the error at this line: the select argument is no more fowarded.
Fix
Add , select=select to that call.
- is caused by
-
NXDRIVE-1493 Add DirectEdit support for the Adobe Creative Suite
- Resolved