Skip to content

Commit c32aad2

Browse files
authored
Merge pull request #46 from CiscoTestAutomation/release_23.9
Release 23.9
2 parents a95a86e + 857b6bf commit c32aad2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pyatsimagebuilder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
from .builder import ImageBuilder
33

44
# metadata
5-
__version__ = '23.8'
5+
__version__ = '23.9'
66
__author__ = 'Cisco Systems Inc.'

src/pyatsimagebuilder/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ def discover_manifests(search_path, ignore_folders=None, relative_path=None,
470470

471471
jobs.append(manifest_data)
472472

473-
except Exception:
473+
except Exception as e:
474474
logger.error('Error processing manifest file {}\n{}'.format(
475475
manifest, str(e)))
476476
continue

0 commit comments

Comments
 (0)