add some fails if demo isn't read properly

pull/60/head
Nicholas Bollweg 2021-07-06 11:33:26 -04:00 zatwierdzone przez GitHub
rodzic 1155590d62
commit ca929dca5c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -672,6 +672,7 @@ def task_watch():
def task_demo():
if not P.LITE_PREFIX:
print("jupyterlite not found, this might be okay", flush=True)
return
demo_dest = []
@ -689,6 +690,10 @@ def task_demo():
targets=[dest],
actions=[(P._copy_one, [path, dest])],
)
assert demo_dest
assert final_dest
assert demo_tasks
lite_src_files = [
p