added sumbmodules

This commit is contained in:
leno3003 2022-03-30 17:49:16 +02:00
parent 6ff5d36250
commit b7c5e649e3
2 changed files with 4 additions and 0 deletions

View file

@ -82,6 +82,9 @@ class InteractBase(object):
raise NotImplemented
def log_info(self, msg, end='\n'):
ans = self.get_default_answer(msg)
if ans is not None:
return ans
if self.pg_bar is not None:
print ("\n")
print (msg, end=end)