Skip to content

Commit

Permalink
update to reflect rms name change
Browse files Browse the repository at this point in the history
Signed-off-by: Karl W Schulz <[email protected]>
  • Loading branch information
koomie committed Jul 15, 2024
1 parent 9972ed1 commit f233ebf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions omnistat-slurm-env → omnistat-rms-env
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# -------------------------------------------------------------------------------
# Omnistat CLI tool to log relevant SLURM environment variables to file.
# Omnistat CLI tool to log relevant resource manager job details to JSON file.

import os
import sys
Expand All @@ -31,9 +31,9 @@ if os.path.isdir("omnistat") and sys.path[0]:
sys.path.insert(0, "")

try:
from omnistat.slurm_env import main
from omnistat.rms_env import main
except:
print("Unable to load omnistat.slurm_env. Please verify installation.")
print("Unable to load omnistat.rms_env. Please verify installation.")
sys.exit(1)

if __name__ == "__main__":
Expand Down

0 comments on commit f233ebf

Please sign in to comment.