Futura has bee purged

This commit is contained in:
Jamie Hardt
2022-01-11 14:53:19 -08:00
parent 15ad328edc
commit 66a71283d5
8 changed files with 61 additions and 53 deletions

View File

@@ -14,7 +14,9 @@ class TestBroadcastTimecode(unittest.TestCase):
Setp through every text file in export_cases and make sure it can
be converted into PDF docs without throwing an error
"""
for path in glob.glob(os.path.dirname(__file__) + "/../export_cases/Robin Hood Spotting.txt"):
files = [os.path.dirname(__file__) + "/../export_cases/Robin Hood Spotting.txt"]
#files.append(os.path.dirname(__file__) + "/../export_cases/Robin Hood Spotting2.txt")
for path in files:
tempdir = tempfile.TemporaryDirectory()
os.chdir(tempdir.name)
try: