Skip to content

Commit

Permalink
Add cfipython folder when sendPythonFolder is True. Fix #4593 (#4633)
Browse files Browse the repository at this point in the history
  • Loading branch information
emaszs authored Jul 11, 2016
1 parent e20f90b commit e7d061f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/python/CRABClient/JobType/UserTarball.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ def addFiles(self, userFiles=None, cfgOutputName=None):
directories = ['lib', 'biglib', 'module']
if getattr(self.config.JobType, 'sendPythonFolder', configParametersInfo['JobType.sendPythonFolder']['default']):
directories.append('python')
directories.append('cfipython')
# Note that dataDirs are only looked-for and added under the src/ folder.
# /data/ subdirs contain data files needed by the code
# /interface/ subdirs contain C++ header files needed e.g. by ROOT6
dataDirs = ['data','interface']
Expand Down

0 comments on commit e7d061f

Please sign in to comment.