05-28-2020, 04:53 PM
Hi after updating the 7 files I receive this message
Starting TACTIC v4.8.0.b01 ...
method: start ({'project': 'admin', 'ticket': '1dc833d1af4cea4a26a', 'site': None, 'language': 'python'}, 'admin', 'Title', 'description', '')
Exception: local variable 'os' referenced before assignment
--------------------------------------------------
File "/opt/tactic/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 676, in new
results = exec_meth(self, ticket, meth, args)
File "/opt/tactic/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 308, in exec_meth
results = meth(self, ticket, *args)
File "/opt/tactic/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 6770, in start
dir_path = os.path.join(tmp_dir, "temp", ticket)
local variable 'os' referenced before assignment
--------------------------------------------------
Thanks!!!
Starting TACTIC v4.8.0.b01 ...
method: start ({'project': 'admin', 'ticket': '1dc833d1af4cea4a26a', 'site': None, 'language': 'python'}, 'admin', 'Title', 'description', '')
Exception: local variable 'os' referenced before assignment
--------------------------------------------------
File "/opt/tactic/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 676, in new
results = exec_meth(self, ticket, meth, args)
File "/opt/tactic/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 308, in exec_meth
results = meth(self, ticket, *args)
File "/opt/tactic/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 6770, in start
dir_path = os.path.join(tmp_dir, "temp", ticket)
local variable 'os' referenced before assignment
--------------------------------------------------
Thanks!!!
Nachogor