changeset 1:ea35a85b941d draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gff3_rebase commit 4a3c9f195ba5d899b1a1ce5e80281cdf230f456a
author iuc
date Mon, 23 Oct 2017 13:26:48 -0400
parents e54940ea270c
children 238981ed43b7
files gff3_rebase.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gff3_rebase.py	Thu Apr 20 08:12:49 2017 -0400
+++ b/gff3_rebase.py	Mon Oct 23 13:26:48 2017 -0400
@@ -156,7 +156,7 @@
                     for y in ('status', 'Target'):
                         try:
                             del x.qualifiers[y]
-                        except:
+                        except Exception:
                             pass
 
                 fixed_subfeatures.append(x)