Removed double type
All checks were successful
gl/check check status: success (f56b5373a0d50c5c88e34d4f59700382d23bb94b)
gl/gate gate status: success (f56b5373a0d50c5c88e34d4f59700382d23bb94b)

This commit is contained in:
SebastianGode
2023-07-27 14:09:16 +02:00
parent b845ddd42e
commit f56b5373a0

View File

@ -186,7 +186,6 @@ def process_repositories(args, service):
)
context["service_category"] = service['service_category']
context["service_title"] = service['service_title']
context["service_type"] = service['service_type']
if not copy_path.exists():
logging.info("Path for sbv does not exist")
copy_path.mkdir(parents=True, exist_ok=True)