set up proper garbage-collecting deletion of traditions from the directory
[scpubgit/stemmatology.git] / script / svg_from_csv.pl
index 97e2741..9b72e7a 100644 (file)
@@ -11,7 +11,7 @@ use Text::Tradition;
 my $tradition = Text::Tradition->new(
     'CSV' => $ARGV[0],
     'base' => $ARGV[1],
-    'linear' => 1,
+    'linear' => 0,
     );