Skip to content

Instantly share code, notes, and snippets.

@switowski
Created August 20, 2020 15:39
Show Gist options
  • Save switowski/be7b272abb2d15c597f2eeeeca7a0a1c to your computer and use it in GitHub Desktop.
Save switowski/be7b272abb2d15c597f2eeeeca7a0a1c to your computer and use it in GitHub Desktop.
try:
with open("path/to/file.txt", "r") as input_file:
return input_file.read()
except IOError:
# Handle the error or just ignore it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment