Skip to content

Commit 781309d

Browse files
committed
Remove reduntant dir checks
Signed-off-by: uttam282005 <uttam282005@gmail.com>
1 parent 9e8830b commit 781309d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

etc/release/scancode_release_tests.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ def find_app_archives(directory: str):
2525
- .tar.gz
2626
- .zip
2727
"""
28-
if not os.path.isdir(directory):
29-
print(f"Directory does not exist: {directory}")
30-
3128
patterns = ("*.tar.gz", "*.zip")
3229

3330
archives = []

0 commit comments

Comments
 (0)