Urgent fix to make.py

It wasn't working!
This commit is contained in:
Elliot Nunn 2020-05-03 16:23:38 +08:00
parent 72ec9b4ebf
commit 3b9b73be30
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ for base_version in base_versions:
vol = machfs.Volume()
vol.name = 'Test-' + base_version
vol.read_folder(TestBed, date=0xC0000000)
vol.read_folder(dest_dir, date=0xC0000000)
vol = vol.write(10 * 1024 * 1024)