From 35c636b94b939a6095fa557d8ec8b8808fdd1ad3 Mon Sep 17 00:00:00 2001 From: Troubardours <arthur.lebars@gmail.com> Date: Wed, 2 Jun 2021 14:05:38 +0200 Subject: [PATCH] fixes for cases where strain and sex attributes are empty --- gga_init.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gga_init.py b/gga_init.py index 99eb3f6..af8e2c1 100755 --- a/gga_init.py +++ b/gga_init.py @@ -62,11 +62,6 @@ class DeploySpeciesStack(species_data.SpeciesData): logging.critical("Cannot access %s" % self.genus_species) sys.exit(exc) - print(self.strain) - print(self.sex) - print(self.strain_sex) - print(self.full_name) - # Copy the custom banner to the species dir (banner used in tripal pages) # If the path specified is invalid (because it's empty or is still the default demo one), # use the default banner instead -- GitLab