Skip to content

Commit

Permalink
put on two lines
Browse files Browse the repository at this point in the history
  • Loading branch information
emilieschario committed Jan 24, 2020
1 parent e7759b4 commit 105dc00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/dbt/task/clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ def run(self):
shutil.rmtree(path, True)
logger.info(" Cleaned {}/*".format(path))
else:
logger.info("ERROR: not cleaning {}/* because it is protected".format(path))
logger.info("ERROR: not cleaning {}/* because it is "
"protected".format(path))
logger.info("Finished cleaning all paths.")

0 comments on commit 105dc00

Please sign in to comment.