Skip to content

Commit

Permalink
Updated FileNotFoundError message.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexLandherr committed Apr 3, 2022
1 parent c921ea4 commit 708a941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GOES_Image_Retriever.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
print("Either of the GOES-16 or GOES-17 websites are unreachable at the moment.")

except FileNotFoundError:
print("The gathering directory 'GOES_17' or 'GOES_16' appears not to exist. \nPlease check if the storage device where the folder is located is properly mounted or physically connected.\nAlso check if the 'goes_image_settings.cfg' file is present.")
print("The gathering directory appears not to exist. \nPlease check if the storage device where the folder is located is properly mounted or physically connected.\nAlso check if the 'goes_image_settings.cfg' file is present.")

except shutil.Error:
print("Not enough storage space on the drive.")
Expand Down

0 comments on commit 708a941

Please sign in to comment.