removed \ warning

This commit is contained in:
ken
2026-07-16 21:25:29 -07:00
parent 78111cd586
commit 20088593ce
+1 -1
View File
@@ -92,7 +92,7 @@ def create_notebooks(date, num_datasets):
subprocess.getoutput('sed -i .bak "s/LOGNUM=LOGCOUNT-1/LOGNUM=%d/g" "../%s Data/flights/%s/%s-%d_ems.ipynb"' % (i,PLANE,date,FNDATE,i))
subprocess.getoutput('jupyter nbconvert --to notebook --execute "../%s Data/flights/%s/%s-%d_ems.ipynb"' % (PLANE,date,FNDATE,i))
# clean up .bak files
subprocess.getoutput("rm ../%s\ Data/flights/%s/*.bak" % (PLANE,date))
subprocess.getoutput("rm ../%s Data/flights/%s/*.bak" % (PLANE,date))
else: # single dataset
print("set up ipynb")
# efis