From 0960faec394a8a6cd0d4f78f8a9bfdddb053bc83 Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Mon, 13 Feb 2023 14:55:26 -0600 Subject: [PATCH] another formatting change Signed-off-by: Karl W. Schulz [ROCm/rocprofiler-compute commit: 0125c2179bd9270241c1a596d8041391d7e4b8a2] --- projects/rocprofiler-compute/utils/update_license.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/rocprofiler-compute/utils/update_license.py b/projects/rocprofiler-compute/utils/update_license.py index 4342508c4e..353c4a7eba 100755 --- a/projects/rocprofiler-compute/utils/update_license.py +++ b/projects/rocprofiler-compute/utils/update_license.py @@ -96,9 +96,7 @@ for filename in glob.iglob(srcDir + "/**", recursive=True): tmpFile = dirName + "/." + baseName + ".tmp" file_out = open(tmpFile, "w") - for line in file_in: - if re.search(begDelim, line): logging.debug("Found beginning delimiter") file_out.write(line)