Author: ruschein
Date: 2009-12-18 15:11:45 -0800 (Fri, 18 Dec 2009)
New Revision: 18791
Modified:
cytoscape/trunk/testData/NNFData/generate_networks
Log:
Fixed the command-line error handling.
Modified: cytoscape/trunk/testData/NNFData/generate_networks
===================================================================
--- cytoscape/trunk/testData/NNFData/generate_networks 2009-12-18 21:28:15 UTC
(rev 18790)
+++ cytoscape/trunk/testData/NNFData/generate_networks 2009-12-18 23:11:45 UTC
(rev 18791)
@@ -47,7 +47,7 @@
min_network_size = int(argv[2])
max_network_size = int(argv[3])
link_factor = float(argv[4])
- except exceptions.ValueError:
+ except ValueError:
Usage()
if number_of_nested_networks < 1 or min_network_size < 1 or
max_network_size < min_network_size or link_factor < 0.0:
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.