Skip to content

Commit

Permalink
fix verbosity issue in react_masks
Browse files Browse the repository at this point in the history
  • Loading branch information
matteofrigo committed May 13, 2021
1 parent 5cd8f79 commit ae9b2cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion react/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.1.2.post0'
__version__ = '0.1.3'
from . import utils
8 changes: 0 additions & 8 deletions script/react_masks
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,6 @@ def get_parsed_args():
def main():
args = get_parsed_args()

if args.verbose:
logging.getLogger().setLevel(logging.INFO)
else:
logging.getLogger().setLevel(logging.WARNING)

if args.force:
logging.warning('Overwriting existing files')

if not os.path.exists(args.out_masks):
os.makedirs(args.out_masks)

Expand Down

0 comments on commit ae9b2cb

Please sign in to comment.