Skip to content

Commit

Permalink
Merge pull request #647 from rgoldouz/master
Browse files Browse the repository at this point in the history
biglib directory is added to the sandbox
  • Loading branch information
klannon authored Sep 26, 2022
2 parents 8c8a2a1 + ab02a2d commit 5d6ac11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lobster/cmssw/sandbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def ignore_file(fn):
tarball = tarfile.open(outfile, "w|bz2")

# package bin, etc
subdirs = ['bin', 'cfipython', 'external', 'lib', 'python']
subdirs = ['bin', 'cfipython', 'external', 'lib', 'python', 'biglib']
subdirs += [os.path.join('src', incl) for incl in self.include]

for (path, dirs, files) in os.walk(os.path.join(indir, 'src')):
Expand Down

0 comments on commit 5d6ac11

Please sign in to comment.