When Have you created fpei35con? I am using apos 3.8. how to get the log files for that?
#mind that the identifiers looked for below were used when linking the consequential ecoinvent 3.5 database, hence "fpei35con"
for filename in os.listdir(fpei35con):
if "874057b2-e4e0-446c-be44-ff2881801e9f" in filename:
print(filename)
if "7757e24e-897e-4b07-8ca9-87bb8dbe3016" in filename:
print(filename)
When Have you created fpei35con? I am using apos 3.8. how to get the log files for that?
#mind that the identifiers looked for below were used when linking the consequential ecoinvent 3.5 database, hence "fpei35con"
for filename in os.listdir(fpei35con):
if "874057b2-e4e0-446c-be44-ff2881801e9f" in filename:
print(filename)
if "7757e24e-897e-4b07-8ca9-87bb8dbe3016" in filename:
print(filename)