You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolved the permission issue with transportation.py
The file descriptor was still in use. In this case Windows OS does not allow the file to be deleted. The code is modified to make sure the file descriptor is closed.
0 commit comments