Skip to content

Commit

Permalink
Update os.error to OSError
Browse files Browse the repository at this point in the history
  • Loading branch information
homebysix committed Jan 5, 2025
1 parent 1148890 commit e0076a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GoToMeeting/GoToMeetingURLProvider.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def get_g2m_info(self, base_url):
meta_path = os.path.join(download_dir, "meta")
try:
os.makedirs(download_dir)
except os.error:
except OSError:
# Directory already exists
pass

Expand Down

0 comments on commit e0076a5

Please sign in to comment.