Skip to content

Commit

Permalink
regex matching multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaeno committed Jun 30, 2023
1 parent bdca842 commit d933160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandaserver/taskbuffer/OraDBProxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -18276,7 +18276,7 @@ def copy_file_records(self, new_lfns, file_spec):
if idx_lfn > 0:
tmpFileSpec.row_ID = None
# insert file in JEDI
if idx_lfn > 0 and tmpFileSpec.jediTaskID not in [None,'NULL'] and \
if idx_lfn > 0 and tmpFileSpec.jediTaskID not in [None,'NULL'] and \
tmpFileSpec.fileID not in ['', 'NULL', None]:
# get fileID
sqlFileID = "SELECT ATLAS_PANDA.JEDI_DATASET_CONT_FILEID_SEQ.nextval FROM dual "
Expand Down

0 comments on commit d933160

Please sign in to comment.