Reformat files according to new black validation
[osm/LCM.git] / osm_lcm / data_utils / filesystem / filesystem.py
index c0110ef..f33a41b 100644 (file)
@@ -44,7 +44,7 @@ class Filesystem:
                             config["storage"]["driver"]
                         )
                     )
-            except (FsException) as e:
+            except FsException as e:
                 self.logger.critical(str(e), exc_info=True)
                 raise Exception(str(e))