Skip to content

Commit

Permalink
Ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgilbert committed Oct 1, 2020
1 parent 02e27b2 commit fc5655d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion payload/usr/local/sal/bin/sal-submit
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def run_external_scripts(run_type):

if external_scripts_dir.exists():
for folder in external_scripts_dir.iterdir():
if str(catalog_file).startswith("."):
if str(folder).startswith("."):
continue
for script in folder.iterdir():
if script.stat().st_mode & stat.S_IXUSR:
Expand Down
2 changes: 1 addition & 1 deletion sal_python_pkg/sal/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.1.0"
__version__ = "4.1.1"

0 comments on commit fc5655d

Please sign in to comment.