Federico Simoncelli has posted comments on this change.

Change subject: remoteFileHandler: improve PYTHONPATH definition
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File vdsm/storage/remoteFileHandler.py
Line 220:         try:
Line 221:             # Some imports in vdsm assume /usr/share/vdsm is in your 
PYTHONPATH
Line 222:             env = os.environ.copy()
Line 223:             env['PYTHONPATH'] = "%s:%s" % (
Line 224:                 constants.P_VDSM, env.get("PYTHONPATH"]))
double ) typo
Line 225:             self.process = BetterPopen([constants.EXT_PYTHON, 
__file__,
Line 226:                 str(hisRead), str(hisWrite)], close_fds=False, 
env=env)
Line 227: 
Line 228:             self.proxy = CrabRPCProxy(myRead, myWrite)


--
To view, visit http://gerrit.ovirt.org/9193
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I29dd748bcc9658a98ad86313921bfd94c96b83a6
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Federico Simoncelli <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to