Skip to content

Commit 792616e

Browse files
committed
lint
1 parent 3fb6fd0 commit 792616e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

MatrixPortal_S3_Flight_Proximity_Tracker/get_airline_logos.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def process(filename, output_8_bit=True, passthrough=PASSTHROUGH):
141141

142142
# Delete the original .png file
143143
os.remove(img_path_png)
144-
except Exception: # pylint: disable=broad-exception-caught
144+
except Exception: # pylint: disable=broad-except
145145
print("file is missing, moving on..")
146146
for t in range(len(chars)):
147147
# Set the URL for ICAO
@@ -170,5 +170,5 @@ def process(filename, output_8_bit=True, passthrough=PASSTHROUGH):
170170

171171
# Delete the original .png file
172172
os.remove(img_path_png_0)
173-
except Exception: # pylint: disable=broad-exception-caught
173+
except Exception: # pylint: disable=broad-except
174174
print("file is missing, moving on..")

0 commit comments

Comments
 (0)