def RunDFC(self):
try:
from subprocess import Popen
Popen(dfcLoc, creationflags=subprocess.CREATE_NEW_CONSOLE)
#file.communicate()
except:
logging.info('Unable to load Dummy File Creator. Ensure it can be found in '+ dfcLoc)
评论列表
文章目录