Skip to content

Commit 7067e55

Browse files
committed
NOSONAR - dont believe it works
1 parent d919f6f commit 7067e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/id_sync/src/pds_details.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from common.authentication import AppRestrictedAuth, Service
1010

1111
pds_env = get_pds_env()
12-
safe_tmp_dir = tempfile.mkdtemp(dir="/tmp")
12+
safe_tmp_dir = tempfile.mkdtemp(dir="/tmp") # NOSONAR
1313

1414

1515
def pds_get_patient_details(nhs_number: str) -> dict:

0 commit comments

Comments
 (0)