Skip to content

Commit

Permalink
remove duplicated line
Browse files Browse the repository at this point in the history
  • Loading branch information
Delphine-L committed Jun 28, 2024
1 parent 6270c87 commit 7cf87b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/data_export/export_remote.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ python '$__tool_directory__/export_remote.py'
#set $fileconfig = json.dumps($export_type.infiles.serialize(invalid_chars=tuple(str($invalid_chars))))
#end if
#else if $export_type.export_type_selector == "collection_auto":
#set $fileconfig = json.dumps($export_type.incollection.serialize(invalid_chars=tuple(str($invalid_chars)), include_collection_name=bool($export_type.include_collection_name)))

#if $invalid_chars=="space":
#set $fileconfig = json.dumps($export_type.incollection.serialize(invalid_chars=tuple(str(" ")), include_collection_name=bool($export_type.include_collection_name)))
Expand Down

0 comments on commit 7cf87b0

Please sign in to comment.