Open geertvandeweyer opened 5 days ago
An optional output file cause delocalization to fail, although valid :
output { File? myFile="results.txt" }
=> delocalization should allow results.txt to be missing
look in : wom/src/main/scala/wom/WomFileType.scala to start...
An optional output file cause delocalization to fail, although valid :
output { File? myFile="results.txt" }
=> delocalization should allow results.txt to be missing