about asciioutput add quote issue
Posted: Sun Jul 03, 2022 5:08 am
as my local system has a .py file, now i want to use asciioutput genarate a file as it( prolog genarate and epilog execute), but after i open it with notepad++ , as system auto add quote on Both sides of each line, which result in executecommand can not execute successfully, it's very strange,I don't know if anyone has ever had this problem?
Any help would be greatly appreciated.
mannual create .py file:
asciioutput genarate .py file:
Any help would be greatly appreciated.
mannual create .py file:
Code: Select all
import asyncio
import nest_asyncio
nest_asyncio.apply()
from concurrent.futures import ThreadPoolExecutor
from TM1py.Services import TM1Service
from typing import List
import time
Code: Select all
"import asyncio"
"import nest_asyncio"
"nest_asyncio.apply()"
"from concurrent.futures import ThreadPoolExecutor"
"from TM1py.Services import TM1Service"
"from typing import List"
"import time"