diff eutils.py @ 9:6c4b39080ed7 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_eutils commit 41f5eb8e0aee5b779d618b5178098c4be89a9ef1
author iuc
date Mon, 23 Jan 2023 10:37:57 +0000
parents c09fcbe4b16a
children
line wrap: on
line diff
--- a/eutils.py	Sat Nov 27 09:54:07 2021 +0000
+++ b/eutils.py	Mon Jan 23 10:37:57 2023 +0000
@@ -176,7 +176,7 @@
         except Exception as e:
             print("Error parsing...")
             print(xml_str)
-            raise(e)
+            raise e
 
         return history
 
@@ -221,7 +221,7 @@
         except Exception as e:
             print("Error parsing...")
             print(xml_str)
-            raise(e)
+            raise e
 
         return histories