Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
silkaj
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
silkaj
Merge requests
!159
[fix]
#366
: Remove TyperError-inducing call to DuniterError
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[fix]
#366
: Remove TyperError-inducing call to DuniterError
atrax/silkaj:366_wrong_call_dunitererror
into
dev
Overview
6
Commits
1
Pipelines
9
Changes
1
Merged
atrax
requested to merge
atrax/silkaj:366_wrong_call_dunitererror
into
dev
4 years ago
Overview
6
Commits
1
Pipelines
9
Changes
1
Expand
Remove an unnecessary and TypeError-inducing call to DuniterError in silkaj.wot
Close
#366 (closed)
0
0
Merge request reports
Compare
dev
version 4
02359124
4 years ago
version 3
8c10e624
4 years ago
version 2
12e66a6d
4 years ago
version 1
369bf261
4 years ago
dev (base)
and
latest version
latest version
b703e1af
1 commit,
4 years ago
version 4
02359124
1 commit,
4 years ago
version 3
8c10e624
1 commit,
4 years ago
version 2
12e66a6d
1 commit,
4 years ago
version 1
369bf261
1 commit,
4 years ago
1 file
+
0
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
silkaj/wot.py
+
0
−
2
Options
@@ -246,8 +246,6 @@ async def identity_of(pubkey_uid):
client
=
ClientInstance
().
client
try
:
return
await
client
(
wot
.
identity_of
,
pubkey_uid
)
except
DuniterError
as
e
:
raise
DuniterError
(
e
)
except
ValueError
as
e
:
pass
Loading