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
!233
CI change, coverage url fix, documentation, hooks bump
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CI change, coverage url fix, documentation, hooks bump
ci_badge_contributing
into
main
Overview
0
Commits
5
Pipelines
4
Changes
10
Merged
Moul
requested to merge
ci_badge_contributing
into
main
2 years ago
Overview
0
Commits
5
Pipelines
4
Changes
10
Expand
Bump pre-commit hooks
Update contributing with latest info
Readme: Remove removed feature (
#429
)
Coverage badge: Use new Pages url
CI: remove artifacts creation from pages job
Edited
2 years ago
by
Moul
0
0
Merge request reports
Compare
main
version 1
8241c744
2 years ago
main (base)
and
latest version
latest version
d7774c86
5 commits,
2 years ago
version 1
8241c744
4 commits,
2 years ago
10 files
+
30
−
48
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
silkaj/money/balance.py
+
0
−
1
Options
@@ -32,7 +32,6 @@ from silkaj.wot import tools as wt
@pass_context
def
balance_cmd
(
ctx
:
Context
,
pubkeys
:
str
)
->
None
:
if
not
has_auth_method
():
# check input pubkeys
if
not
pubkeys
:
sys
.
exit
(
"
You should specify one or many pubkeys
"
)
Loading