Previous changeset 25:5215b5cfdc53 (2015-01-26) Next changeset 27:34c4e7e0f23b (2015-01-30) |
Commit message:
simple filetype test |
modified:
napq.xml |
b |
diff -r 5215b5cfdc53 -r 17acaf080e76 napq.xml --- a/napq.xml Mon Jan 26 08:51:19 2015 +0100 +++ b/napq.xml Fri Jan 30 14:32:06 2015 +0100 |
b |
@@ -84,16 +84,7 @@ </inputs> <configfiles> <configfile name="identificationsConfigFile">## start comment - ## iterate over the selected files and store their names in the config file - #for $i, $s in enumerate( $identificationFileList ) - ${s.identificationsFile} - ## also print out the datatype in the next line, based on previously configured datatype - #if isinstance( $s.identificationsFile.datatype, $__app__.datatypes_registry.get_datatype_by_extension('apml').__class__): - apml - #else: - apml - #end if - #end for + apml ## end comment</configfile> </configfiles> <outputs> |