fix bug
This commit is contained in:
committed by
Junhao Liang
parent
9ae1194163
commit
9c1aed2c87
@@ -42,4 +42,6 @@ if __name__ == '__main__':
|
||||
|
||||
args = parser.parse_args()
|
||||
|
||||
rearrange(Path(args.input_path), Path(args.output_path))
|
||||
input_path = Path(args.input_path).resolve()
|
||||
output_path = Path(args.output_path).resolve()
|
||||
rearrange(input_path, output_path)
|
||||
|
||||
Reference in New Issue
Block a user