Skip to content

Commit c89a9a5

Browse files
committed
Minor fix to NetworkTunable
1 parent 256c7fb commit c89a9a5

File tree

1 file changed

+1
-1
lines changed
  • EnrichmentMapPlugin/src/main/java/org/baderlab/csplugins/enrichmentmap/commands/tunables

1 file changed

+1
-1
lines changed

EnrichmentMapPlugin/src/main/java/org/baderlab/csplugins/enrichmentmap/commands/tunables/NetworkTunable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class NetworkTunable {
2525
public CyNetwork getNetwork() {
2626
if(network == null)
2727
return applicationManager.getCurrentNetwork();
28-
return null;
28+
return network;
2929
}
3030

3131
public CyNetworkView getNetworkView() {

0 commit comments

Comments
 (0)