Skip to content

Commit fc5655d

Browse files
committed
Ugh
1 parent 02e27b2 commit fc5655d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

payload/usr/local/sal/bin/sal-submit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def run_external_scripts(run_type):
155155

156156
if external_scripts_dir.exists():
157157
for folder in external_scripts_dir.iterdir():
158-
if str(catalog_file).startswith("."):
158+
if str(folder).startswith("."):
159159
continue
160160
for script in folder.iterdir():
161161
if script.stat().st_mode & stat.S_IXUSR:

sal_python_pkg/sal/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.1.0"
1+
__version__ = "4.1.1"

0 commit comments

Comments
 (0)