Skip to content

Commit

Permalink
Let fixup_patches.py log output again.
Browse files Browse the repository at this point in the history
  • Loading branch information
EdSchouten committed Jul 26, 2016
1 parent 84fb366 commit f600e44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fixup_patches.py
Expand Up @@ -4,12 +4,16 @@
# This file is distributed under a 2-clause BSD license.
# See the LICENSE file for details.

import logging
import os
import sys

from src import util
from src.repository import Repository

# Setup logging
logging.basicConfig(level=logging.INFO)

# Locations relative to the source tree.
DIR_ROOT = os.getcwd()
DIR_DISTFILES = os.path.join(DIR_ROOT, '_obj/distfiles')
Expand Down

0 comments on commit f600e44

Please sign in to comment.