diff --git a/bin/ils b/bin/ils index 83b22f2..724991c 100755 --- a/bin/ils +++ b/bin/ils @@ -23,7 +23,7 @@ for f in os.listdir(os.getcwd()): mime, base64.b64encode(buf.read()).decode('ascii'), f) - except: + except Exception: pass print(out)