Changeset 331 for devel/5.X/errors.py


Ignore:
Timestamp:
03/09/15 23:06:35 (9 years ago)
Author:
bas
Message:

use the standard error file from pbs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/5.X/errors.py

    r324 r331  
    9292  """
    9393  e = get_error()
    94   if errors_txt.has_key(e):
    95      return (e, errors_txt[e])
    96   else:
    97      return (e, "Could not find a text for this error, uhhh")
     94  return (e, pbs_strerror(e))
     95#     return (e, errors_txt[e])
     96#  else:
     97#     return (e, "Could not find a text for this error, uhhh")
Note: See TracChangeset for help on using the changeset viewer.