signer/storage: fix a badly ordered error check (#21379)

This commit is contained in:
6543
2020-07-28 11:47:05 +02:00
committed by GitHub
parent 8e7bee9b56
commit 79ce5537ab
3 changed files with 5 additions and 5 deletions

View File

@ -94,7 +94,7 @@ with minimal requirements.
On the `client` qube, we need to create a listener which will receive the request from the Dapp, and proxy it.
[qubes-client.py](qubes/client/qubes-client.py):
[qubes-client.py](qubes/qubes-client.py):
```python