We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca7520 commit a65a9ffCopy full SHA for a65a9ff
modules/nextflow/src/main/groovy/nextflow/Session.groovy
@@ -1055,7 +1055,7 @@ class Session implements ISession {
1055
observers.each { trace -> trace.onFlowCreate(this) }
1056
}
1057
1058
- void notifyFilePublish(Path destination, Path source) {
+ void notifyFilePublish(Path destination, Path source=null) {
1059
def copy = new ArrayList<TraceObserver>(observers)
1060
for( TraceObserver observer : copy ) {
1061
try {
0 commit comments