Rename Ilias-specific stuff

This commit is contained in:
Joscha 2018-11-23 10:09:03 +00:00
parent 5d5f60e21f
commit 2afcd38f1c
3 changed files with 9 additions and 6 deletions

View file

@ -19,9 +19,12 @@ async def test_download():
orga.clean_temp_dir()
filename = orga.temp_file()
print(filename)
await auth.download_file("file_886544_download", filename)
orga.add_file(filename, pathlib.Path("test.pdf"))
filename = orga.temp_file()
await auth.download_file("file_886544_download", filename)
orga.add_file(filename, pathlib.Path("bla/test2.pdf"))
orga.clean_sync_dir()
orga.clean_temp_dir()