ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/localize.py
(Generate patch)

Comparing localize.py (file contents):
Revision 1.15 by arta, Thu Apr 17 23:16:56 2014 UTC vs.
Revision 1.16 by arta, Fri Apr 18 18:51:51 2014 UTC

# Line 976 | Line 976 | def configureNet(cfgfile, cfile, mfile,
976          print(exc.strerror, file=sys.stderr)
977          print('Unable to read configuration file ' + cfgfile + '.', file=sys.stderr)
978      except Exception as exc:
979 <        if len(exc.args >= 2):
979 >        if len(exc.args) >= 2:
980              type, msg = exc.args
981          else:
982              # re-raise the exception

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines