Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MPSD HPC Tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MPSD Computational Science
MPSD HPC Tools
Commits
35e50ee1
Commit
35e50ee1
authored
1 month ago
by
Henning Glawe
Browse files
Options
Downloads
Patches
Plain Diff
verbose was never implemented, so remove CLI option
parent
fb0f72b7
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/mpsd_hpc_tools/quota.py
+0
-6
0 additions, 6 deletions
src/mpsd_hpc_tools/quota.py
with
0 additions
and
6 deletions
src/mpsd_hpc_tools/quota.py
+
0
−
6
View file @
35e50ee1
...
...
@@ -177,7 +177,6 @@ def main(argv=None):
nargs
=
"
?
"
,
help
=
f
'
quota for which user (by default
"
{
userdefault
}
"
)
'
,
)
parser
.
add_argument
(
"
--verbose
"
,
"
-v
"
,
help
=
"
be more verbose
"
,
action
=
"
store_true
"
)
parser
.
add_argument
(
"
--version
"
,
"
-V
"
,
help
=
"
display version and exit
"
,
action
=
"
store_true
"
)
...
...
@@ -192,11 +191,6 @@ def main(argv=None):
# testing)
args
=
parser
.
parse_args
(
argv
)
if
args
.
verbose
:
print
(
"
Increased verbosity (DEBUG messages)
"
)
print
(
f
"
Producing output for user
'
{
args
.
user
}
'"
)
print
(
f
"
{
args
=
}
"
)
if
args
.
version
:
print
(
__version__
)
sys
.
exit
(
0
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment