Make custom Xmas gifts with a portable laser engraver

Make fun thoughtful christmas gifts with this at-home laser engraver set. No art skill is needed - just send a picture to the engraver and it will burn it into a phone case, glassware, wood, or paper.
Get The Early Shopper Discount
Happy Holidays,
The Laser Team
     
Change contact frequency - LADV Technical Resources. 6208-East-115th-Street Tulsa-OK 74137-7745

You're on the right track with try/except, but pay careful attention to where the traceback says the exception was raised. I'm guessing it was actually theopen_regression_output_sheet = gc.open(file_name)line that raised the exception.

If that's the case, you need to wrap that line in a try/except like

try:     open_regression_output_sheet = gc.open(file_name) except SpreadsheetNotFound:     # handle the exception or whatever else:     for value in open_regression_output_sheet:         ...

 
Group Of GrafiKom™ Total Design