diff Marea/marea.py @ 9:7c76e8e319c2 draft

fix cluster file and help section
author bimib
date Wed, 13 Feb 2019 04:01:21 -0500
parents 23ac9cf12788
children 3d77287caf22
line wrap: on
line diff
--- a/Marea/marea.py	Thu Nov 15 07:36:28 2018 -0500
+++ b/Marea/marea.py	Wed Feb 13 04:01:21 2019 -0500
@@ -456,7 +456,7 @@
                 elif l[0] == 'or':
                     flag = False
                     break
-            if flag == True: #se ci sono solo AND nella lista
+            if flag == True: #when there are only AND in list
                 tmp.extend(tmpAnd)
             elif flag == False:
                 tmp.append(tmpAnd)