Skip to content

Commit

Permalink
Handle customize_common_input uninitialized
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Nov 25, 2024
1 parent ac3b576 commit cd9eedd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions automation/script/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -1173,6 +1173,7 @@ def _run(self, i):
# Check if has customize.py
path_to_customize_py = os.path.join(path, 'customize.py')
customize_code = None
customize_common_input = None

if os.path.isfile(path_to_customize_py):
r = utils.load_python_module(
Expand Down

0 comments on commit cd9eedd

Please sign in to comment.