Loading py/cso_colhub.py +9 −6 Original line number Diff line number Diff line Loading @@ -1252,8 +1252,11 @@ class CSO_ColHubMirror_Inquire(utopya.UtopyaRc): #endfor # files # testing . if len(listing) >= 100 : break ## testing ... #if len(listing) >= 100 : # logging.warning( f"BREAK after {len(listing)} files ..." ) # break # endif #endfor # walk Loading Loading @@ -1441,10 +1444,10 @@ class CSO_ColHubMirror_Missing(utopya.UtopyaRc): # testing ... #break if len(listing) > 0 : logging.warning(f"BREAK!") break #endif #if len(listing) > 0 : # logging.warning(f"BREAK!") # break ##endif #endfor # save: Loading py/cso_file.py +0 −1 Original line number Diff line number Diff line Loading @@ -1652,7 +1652,6 @@ class CSO_Listing(object): """ # sort inplace: print('xxx',self.df.keys()) self.df.sort_values(by, inplace=True) #endef Sort Loading Loading
py/cso_colhub.py +9 −6 Original line number Diff line number Diff line Loading @@ -1252,8 +1252,11 @@ class CSO_ColHubMirror_Inquire(utopya.UtopyaRc): #endfor # files # testing . if len(listing) >= 100 : break ## testing ... #if len(listing) >= 100 : # logging.warning( f"BREAK after {len(listing)} files ..." ) # break # endif #endfor # walk Loading Loading @@ -1441,10 +1444,10 @@ class CSO_ColHubMirror_Missing(utopya.UtopyaRc): # testing ... #break if len(listing) > 0 : logging.warning(f"BREAK!") break #endif #if len(listing) > 0 : # logging.warning(f"BREAK!") # break ##endif #endfor # save: Loading
py/cso_file.py +0 −1 Original line number Diff line number Diff line Loading @@ -1652,7 +1652,6 @@ class CSO_Listing(object): """ # sort inplace: print('xxx',self.df.keys()) self.df.sort_values(by, inplace=True) #endef Sort Loading