marlof / ScORCH

DevOps Orchestration for Obrar deploy and Ansible playbooks
http://www.autoscorch.com
Apache License 2.0
5 stars 1 forks source link

showjobs.py fails when the symlink job no longer exists #179

Closed marlof closed 1 year ago

marlof commented 1 year ago

Add an if exists clause

marlof commented 1 year ago

Added if exists

arr_Files = [file for file in os.listdir('.') if os.path.exists(file)]

marlof commented 1 year ago

Completed