Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neoppod
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
neoppod
Commits
b6f821a2
Commit
b6f821a2
authored
Oct 10, 2023
by
Julien Muchembled
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
neoctl: fix exit status code if not ready
parent
d112bfbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
neo/neoctl/app.py
neo/neoctl/app.py
+1
-1
No files found.
neo/neoctl/app.py
View file @
b6f821a2
...
...
@@ -353,7 +353,7 @@ class Application(object):
try
:
return
action
(
args
[
level
:])
except
NotReadyException
,
message
:
return
'ERROR: %s'
%
(
message
,
)
sys
.
exit
(
'ERROR: '
+
message
)
def
_usage
(
self
,
action_dict
,
level
=
0
):
result
=
[]
...
...
Julien Muchembled
@jm
mentioned in commit
2f760fa5
·
Feb 23, 2024
mentioned in commit
2f760fa5
mentioned in commit 2f760fa5dfd7c195b901be5d36a2ca9680ee2015
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment