Update Cluster.py

This commit is contained in:
Godwin N. Ani 2025-03-21 13:45:49 -04:00 committed by GitHub
parent a2ec0edb37
commit 31cb84fa28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,8 +44,8 @@ def main():
args = parser.parse_args()
if not os.path.isdir(args.input):
print(f'Error: Input folder "{args.input}" does not exist.')
if not os.path.isdir(args.input_files):
print(f'Error: Input folder "{args.input_files}" does not exist.')
exit(1)
if not os.path.isdir(args.output):