Skip to content

Commit 9f76b0f

Browse files
author
Stefan Hahmann
committed
Add IOException to runScript method signature in ApposeProcess
1 parent f873c94 commit 9f76b0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/mastodon/mamut/util/appose/ApposeProcess.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ protected static boolean isPythonTaskInterrupted( final Service.Task task )
103103
return false;
104104
}
105105

106-
protected Service.Task runScript()
106+
protected Service.Task runScript() throws IOException
107107
{
108108
String script = generateScript();
109109
logger.info( "Run script:\n{}", script );

0 commit comments

Comments
 (0)