try: # log file to write to logFile = r'path\tofile\fileName.txt' # open file in write mode report = open(logFile, 'w') # geoprocessing ...
確定! 回上一頁