Skip to content

Commit

Permalink
add setup.log note
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmandic committed Apr 22, 2023
1 parent bc943d3 commit d3fbd79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
import modules.styles
import modules.sd_models as sd_models
import modules.sd_vae as sd_vae
import tomesd
import tomesd # pylint: disable=wrong-import-order


# add a logger for the processing module
logger = logging.getLogger(__name__)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ def run_setup():
log.debug(f'Setup complete without errors: {round(time.time())}')
else:
log.warning(f'Setup complete with errors ({errors})')
log.warning('See log file for more details: setup.log')


if __name__ == "__main__":
Expand Down

0 comments on commit d3fbd79

Please sign in to comment.