From 9429e98c89c645adfadf994a62418580694d2590 Mon Sep 17 00:00:00 2001 From: Shahzad Malik Muzaffar Date: Thu, 18 Jan 2024 14:26:10 +0100 Subject: [PATCH 1/2] comment3 --- SCRAM/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/SCRAM/__init__.py b/SCRAM/__init__.py index dbc933a..7e32da1 100644 --- a/SCRAM/__init__.py +++ b/SCRAM/__init__.py @@ -6,6 +6,7 @@ from os.path import join import traceback +#Test comment 3 logging_config = {"format": '%(levelname)s %(funcName)10s %(lineno)3d: %(message)s'} SCRAM_DEBUG = None if "SCRAM_DEBUG" in environ: From 4c4a3937a4de2839b43a7a7e2d6524c2df765046 Mon Sep 17 00:00:00 2001 From: Shahzad Malik Muzaffar Date: Thu, 18 Jan 2024 14:26:22 +0100 Subject: [PATCH 2/2] comment4 --- SCRAM/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/SCRAM/__init__.py b/SCRAM/__init__.py index 7e32da1..5d3c24e 100644 --- a/SCRAM/__init__.py +++ b/SCRAM/__init__.py @@ -7,6 +7,7 @@ import traceback #Test comment 3 +#Test comment 4 logging_config = {"format": '%(levelname)s %(funcName)10s %(lineno)3d: %(message)s'} SCRAM_DEBUG = None if "SCRAM_DEBUG" in environ: