update to p3

This commit is contained in:
Usman Nasir
2019-12-10 23:04:24 +05:00
parent 4509dda78f
commit 8d77c7336f
67 changed files with 141 additions and 141 deletions

View File

@@ -278,7 +278,7 @@ class ProcessUtilities(multi.Thread):
@staticmethod
def BuildCommand(path, functionName, parameters):
execPath = "/usr/local/CyberCP/bin/python2 %s %s " % (path, functionName)
execPath = "/usr/local/CyberCP/bin/python %s %s " % (path, functionName)
for key, value in parameters.items():
execPath = execPath + ' --%s %s' % (key, value)