Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rabbitmq_agents
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Wiki
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
rc
rabbitmq_agents
Commits
bbc37013
Commit
bbc37013
authored
5 years ago
by
Eesaan Atluri
Browse files
Options
Downloads
Patches
Plain Diff
Fix syntax for boolean val of success
parent
54ba2a33
No related branches found
Branches containing commit
No related tags found
Tags containing commit
6 merge requests
!147
Merge previous default branch feat-cod-rmq into main
,
!85
kill nginx process running under user from login node
,
!51
Fix acct create wait
,
!45
Revert 29 feat add user bright cm
,
!39
WIP:Feat cod rmq
,
!29
Feat add user bright cm
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
brightcm_account_create.py
+1
-1
1 addition, 1 deletion
brightcm_account_create.py
with
1 addition
and
1 deletion
brightcm_account_create.py
+
1
−
1
View file @
bbc37013
...
@@ -27,7 +27,7 @@ def bright_account_create(ch, method, properties, body):
...
@@ -27,7 +27,7 @@ def bright_account_create(ch, method, properties, body):
#popen(cmd)
#popen(cmd)
print
(
cmd
)
print
(
cmd
)
success
=
t
rue
success
=
T
rue
except
:
except
:
e
=
sys
.
exc_info
()[
0
]
e
=
sys
.
exc_info
()[
0
]
print
(
"
[{}]: Error: {}
"
.
format
(
task
,
e
))
print
(
"
[{}]: Error: {}
"
.
format
(
task
,
e
))
...
...
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