Skip to content

Commit

Permalink
upgrade manubot to fix webpage subprocess handling
Browse files Browse the repository at this point in the history
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
dhimmel authored Apr 18, 2020
1 parent 6da6f5a commit 073ce0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- yamllint=1.21.0
- pip:
- errorhandler==2.0.1
- git+https://github.com/manubot/manubot@9c33b7a53f60aa5aba42424b925af0c32ea561fb
- git+https://github.com/manubot/manubot@890b76891f139a26d36cd9a4aa652f7e019501f8
- jsonref==0.2
- opentimestamps-client==0.7.0
- opentimestamps==0.4.1
Expand Down

0 comments on commit 073ce0e

Please sign in to comment.