mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-19 13:09:56 -07:00
io.log_info instead of print
This commit is contained in:
parent
8976ae3863
commit
e754bf5bd6
1 changed files with 1 additions and 1 deletions
|
@ -522,7 +522,7 @@ class ModelBase(object):
|
|||
with open(fun(), 'w') as file:
|
||||
yaml.dump(saving_dict, file, sort_keys=False)
|
||||
except OSError as exception:
|
||||
print('Impossible to write YAML configuration file -> ', exception)
|
||||
io.log_info('Impossible to write YAML configuration file -> ', exception)
|
||||
|
||||
def create_backup(self):
|
||||
io.log_info ("Creating backup...", end='\r')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue