mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 21:12:07 -07:00
added sumbmodules
This commit is contained in:
parent
6ff5d36250
commit
b7c5e649e3
2 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue