Package: fsh
Version: 1.2-2
Severity: normal

Traceback (most recent call last):
  File "/home/office/tconnors/software/Linux-i686/bin/fsh", line 8, in ?
    fsh.main()
  File "/home/office/tconnors/software/Linux-i686/share/fsh/fsh.py", line 384, 
in main
    if host.find('@') != -1:
AttributeError: 'NoneType' object has no attribute 'find'

trying to act on host if host hasn't been set. 

we notice that the following test is before the print_version test,
but I don't know where this should go - obviously it shouldn't fail so
ungracefully if you supply no command line args, either:
+    if host.find('@') != -1:
+        login = host[host.find('@')+1:]
+        host = host[:host.find('@')]
+



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.26
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages fsh depends on:
ii  python               2.3.4-5             An interactive high-level object-o
ii  ssh [rsh-client]     1:3.8.1p1-8.sarge.4 Secure rlogin/rsh/rcp replacement 

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to