Commit a04e6d26 authored by Petras, Randy's avatar Petras, Randy
Browse files

Merge branch '24u-fixing-manifest-path' into 'main'

24u fixing manifest path

See merge request sns-hfir-scse/infrastructure/nsd-app-wrap!107
parents cfd50d29 50fc0a0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
Name:           nsd-app-wrap
Version:        2.7
Version:        2.8
Release:        1%{?dist}
Summary:        Wrapper scripts to launch python applications installed via anaconda
Vendor:         Peter F. Peterson
+2 −2
Original line number Diff line number Diff line
@@ -107,8 +107,8 @@ pixi_launch() {

        path_to_manifest="${PIXI_PREFIX%/}/${PIXI_ENV}"

        # Verify path_to_manifest works
      	if [ ! -f "${path_to_manifest}" ]; then
        # Verify path_to_manifest directory exists
      	if [ ! -d "${path_to_manifest}" ]; then
	          echo "No pixi environment found at ${path_to_manifest}"
	          exit 1
	      fi