Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nrm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
argo
nrm
Commits
9652c95d
Commit
9652c95d
authored
Feb 05, 2019
by
Swann Perarnau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[style] bad wording on some of the logging
parent
54ce6320
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
nrm/containers.py
nrm/containers.py
+4
-5
No files found.
nrm/containers.py
View file @
9652c95d
...
...
@@ -49,12 +49,11 @@ class ContainerManager(object):
args
=
request
[
'args'
]
environ
=
request
[
'environ'
]
container_name
=
request
[
'uuid'
]
logger
.
info
(
"
run
: manifest file: %s"
,
manifestfile
)
logger
.
info
(
"
run
: command: %s"
,
command
)
logger
.
info
(
"
run
: args: %r"
,
args
)
logger
.
info
(
"
run
: container name: %s"
,
container_name
)
logger
.
info
(
"
create
: manifest file: %s"
,
manifestfile
)
logger
.
info
(
"
create
: command: %s"
,
command
)
logger
.
info
(
"
create
: args: %r"
,
args
)
logger
.
info
(
"
create
: container name: %s"
,
container_name
)
# TODO: Application library to load must be set during configuration
apppreloadlibrary
=
self
.
pmpi_lib
manifest
=
ImageManifest
()
...
...
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