Skip to content

Commit

Permalink
Update to V0.04 build 006
Browse files Browse the repository at this point in the history
Exit program on wrong method
  • Loading branch information
Cleveridge committed Dec 3, 2014
1 parent 96d0bb3 commit ab9c2bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cl_ssh_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#############################################################
# #
version = "V0.04"
build = "005"
build = "006"
#############################################################

import pxssh
Expand Down Expand Up @@ -442,4 +442,7 @@ def func_exit():
else :
print "The selected file seems empty"
func_exit()

else :
func_exit()

0 comments on commit ab9c2bc

Please sign in to comment.