pitt-crc / wrappers

User focused command line wrappers around Slurm
https://crc-pages.pitt.edu/wrappers/
GNU General Public License v3.0
1 stars 1 forks source link

crc-interactive.py broken due to new teaching cluster #143

Closed djperrefort closed 1 year ago

djperrefort commented 1 year ago

This issue has been migrated from a different repository

[chx33@login1 ~]$ crc-interactive.py
Traceback (most recent call last):  
  File "/ihome/crc/wrappers/crc-interactive.py", line 148, in     
    CrcInteractive().execute()  
  File "/ihome/crc/wrappers/_base_parser.py", line 70, in execute    
    self.app_logic(args)  
  File "/ihome/crc/wrappers/crc-interactive.py", line 128, in app_logic    
    if not any(getattr(args, cluster) for cluster in SlurmInfo.get_cluster_names()):  
  File "/ihome/crc/wrappers/crc-interactive.py", line 128, in     
    if not any(getattr(args, cluster) for cluster in SlurmInfo.get_cluster_names()):
AttributeError: 'Namespace' object has no attribute 'teach'