Skip to content

Commit

Permalink
biglib directory is added to the sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
rgoldouz committed Sep 26, 2022
1 parent 8c8a2a1 commit ab02a2d
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 ab02a2d

Please sign in to comment.