change air_filename to adapt export interface

This commit is contained in:
anzhengqi 2020-11-30 17:03:41 +08:00
parent 27d6a9528f
commit da7c868be0
1 changed files with 1 additions and 1 deletions

View File

@ -51,5 +51,5 @@ config = ed({
"TEST_DROP_REMAINDER": False,
# air config
"air_filename": "psenet_bs_1.air",
"air_filename": "psenet_bs_1",
})