Search through a directory for personal geodatabase files(.mdb), copy each personal geodatabase to a new file geodatabase(.gdb) with the same name except the extension.
Python 2.7.14, arcpy from ArcMap 10.6
In python3.6 (ArcPro), arcpy cannot list the datasets in personal geodabase(*.mdb) files.
Change the directory of mdb files in inws, the directory for gdb files in outws.