Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Roll back to python (from python2)
  • Loading branch information
kurtmclester committed Feb 21, 2018
1 parent 7f1683a commit 0ae5792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipeline.py
Expand Up @@ -86,7 +86,7 @@
#
# Update this each time you make a non-cosmetic change.
# It will be added to the WARC files and reported to the tracker.
VERSION = "20180220.01"
VERSION = "20180221.01"
TRACKER_ID = 'newsgrabber'
TRACKER_HOST = 'tracker.archiveteam.org'

Expand Down Expand Up @@ -173,7 +173,7 @@ def __init__(self, args):
class DeduplicateWarcExtProcArgs(object):
def realize(self, item):
dedup_args = [
'python2',
'python',
'-u', # no output buffering
'dedupe.py',
'%(item_dir)s/%(warc_file_base)s.warc.gz' % item,
Expand Down

0 comments on commit 0ae5792

Please sign in to comment.