From 41be51a8ddffa661a56b4528c1f31123994710b0 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 9 Jan 2021 12:28:53 +0100 Subject: [PATCH] fix comment syntax --- dockerautotag/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerautotag/cli.py b/dockerautotag/cli.py index 6c49ce8..1b59d45 100644 --- a/dockerautotag/cli.py +++ b/dockerautotag/cli.py @@ -90,9 +90,9 @@ class Autotag: except ValueError: try: version = semantic_version.Version.coerce(ref) - except Exception: #noqa:B902 + except Exception: # noqa:B902 return default - except Exception: #noqa:B902 + except Exception: # noqa:B902 return default if version.prerelease: