Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
Fix lack of logging in run_swarm.py (#3809)
Browse files Browse the repository at this point in the history
Fixes #3803 added logging to run_swarm.py
  • Loading branch information
JonnoFTW authored and rhyolight committed Feb 27, 2018
1 parent 62ed01a commit 40e2169
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/run_swarm.py
Expand Up @@ -25,6 +25,8 @@
import sys
import os
import optparse
import logging
logging.basicConfig()

from nupic.swarming import permutations_runner
from nupic.swarming.permutations_runner import DEFAULT_OPTIONS
Expand Down

0 comments on commit 40e2169

Please sign in to comment.