Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade manubot to fix webpage subprocess handling
upgrade manubot to manubot/manubot@890b768 fixes manubot/manubot#222 previously, CI deployment could trigger the following Exception: ``` File "manubot/webpage/webpage_command.py", line 198, in ots_upgrade elif not process.stderr.strip() == "Success! Timestamp complete": AttributeError: 'NoneType' object has no attribute 'strip' ```
- Loading branch information