Changeset c7e61ec in rattail
- Timestamp:
- 11/27/2022 12:42:32 PM (2 months ago)
- Branches:
- master
- Children:
- 731a7e9
- Parents:
- 151f92c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rattail/luigi/handler.py
r151f92c rc7e61ec 262 262 log.warning("command failed with exit code %s! output was:", 263 263 error.returncode) 264 log.warning(error. stderr.decode('utf_8'))264 log.warning(error.output.decode('utf_8')) 265 265 raise 266 266 else:
Note: See TracChangeset
for help on using the changeset viewer.