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
4cb012dc
Commit
4cb012dc
authored
May 01, 2019
by
Swann Perarnau
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ioloop-zmq-update' into 'master'
[fix] update zmq and tornado to latest available Closes
#31
See merge request
!60
parents
94dec2cd
c5570b0d
Pipeline
#7063
passed with stages
in 4 minutes and 57 seconds
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
Pipfile
Pipfile
+2
-2
nrm/daemon.py
nrm/daemon.py
+0
-2
No files found.
Pipfile
View file @
4cb012dc
...
...
@@ -6,8 +6,8 @@ name = "pypi"
[packages]
"e1839a8"
=
{
path
=
"."
,
editable
=
true
}
six
=
"==1.11.0"
pyzmq
=
"
==16.0.4
"
tornado
=
"
==4.5.3
"
pyzmq
=
"
*
"
tornado
=
"
*
"
numpy
=
"*"
argparse
=
"*"
...
...
nrm/daemon.py
View file @
4cb012dc
...
...
@@ -339,8 +339,6 @@ class Daemon(object):
def
runner
(
config
):
ioloop
.
install
()
if
config
.
verbose
:
logger
.
setLevel
(
logging
.
DEBUG
)
...
...
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