From b8ee0ad033a582cfec0cc276c8e3bde930166b6c Mon Sep 17 00:00:00 2001 From: Jake Skipper Date: Mon, 31 Jul 2023 21:35:28 +0000 Subject: [PATCH] Fixing spelling lint failure --- runway/cfngin/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runway/cfngin/utils.py b/runway/cfngin/utils.py index ba6f07c6c..87609aea5 100644 --- a/runway/cfngin/utils.py +++ b/runway/cfngin/utils.py @@ -546,8 +546,8 @@ def safe_tar_extract( ): """Safely extract the contents of a tar file to a specified directory. - This code is modified from a PR provided to Runway repo by - Trellix to address CVE-2007-4559. + This code is modified from a PR provided to Runway project + to address CVE-2007-4559. Args: tar (TarFile): The tar file object that will be extracted.