Skip to content

Commit

Permalink
Merge branch 'master' of github.com:zakiali/PAPERCORR
Browse files Browse the repository at this point in the history
  • Loading branch information
zakiali committed Jun 11, 2012
2 parents f3d2369 + 855c336 commit 365967d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corr-0.4.2.2010-10-14/scripts/feng_init.py
Expand Up @@ -41,7 +41,7 @@ def exit_clean():

try:
print 'Connecting...',
p = corr.corr_functions.Correlator(config_file = args[0],lh)
p = corr.corr_functions.Correlator(args[0],lh)
for s,server in enumerate(c.config['servers']): c.loggers[s].setLevel(10)
mcache = pylibmc.Client(['localhost'])
print 'done.'
Expand Down

0 comments on commit 365967d

Please sign in to comment.