subprocess.call(cmd_string,shell=True)# TODO: remember not to allow arbitrary command execution, which could happen if input contains ';' when using shell=True
subprocess.call(cmd_string,shell=True)# TODO: remember not to allow arbitrary command execution, which could happen if input contains ';' when using shell=True
self.prepare_chunk_meta(chunk_luid)# DOES load existing yml if exists
this_chunk=self.chunks[chunk_luid]
this_chunk=self.chunks[chunk_luid]
ifos.path.isfile(tmp_png_path):
ifos.path.isfile(tmp_png_path):
result=True
result=True
@ -825,10 +827,10 @@ class MTChunks:
print(min_indent+"WARNING: no chunk data though traversed by player:")
print(min_indent+"WARNING: no chunk data though traversed by player:")