Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
agentdriver
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
a9a5a90b
authored
Feb 13, 2014
by
Bach Dániel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix flake8 errors
parent
6b928715
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
agentdriver.py
+2
-0
protocol.py
+1
-1
No files found.
agentdriver.py
View file @
a9a5a90b
...
@@ -11,6 +11,8 @@ SOCKET_DIR = getenv('SOCKET_DIR', '/var/lib/libvirt/serial')
...
@@ -11,6 +11,8 @@ SOCKET_DIR = getenv('SOCKET_DIR', '/var/lib/libvirt/serial')
old_install_platform_tweaks
=
Worker
.
install_platform_tweaks
old_install_platform_tweaks
=
Worker
.
install_platform_tweaks
def
install_platform_tweaks
(
self
,
worker
):
def
install_platform_tweaks
(
self
,
worker
):
self
.
worker
=
worker
self
.
worker
=
worker
old_install_platform_tweaks
(
self
,
worker
)
old_install_platform_tweaks
(
self
,
worker
)
...
...
protocol.py
View file @
a9a5a90b
...
@@ -7,7 +7,7 @@ import time
...
@@ -7,7 +7,7 @@ import time
import
struct
import
struct
from
utils
import
SerialLineReceiverBase
from
utils
import
SerialLineReceiverBase
from
agentcelery
import
agent_started
,
agent_stopped
,
agent_ok
from
agentcelery
import
agent_started
,
agent_stopped
logger
=
logging
.
getLogger
(
__name__
)
logger
=
logging
.
getLogger
(
__name__
)
...
...
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