Skip to content

Commit f8d9149

Browse files
drmarkwslaterrob-c
authored andcommitted
Fix broken import in WN script (#650)
1 parent 4dedfb3 commit f8d9149

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/Ganga/GPIDev/Lib/File/OutputFileManager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def getWNCodeForOutputSandbox(job, files, jobid):
162162
patternsToSandbox.append(outputFile.namePattern)
163163

164164
insertScript = """\n
165-
from Ganga.Utility.files import recursive_copy
165+
from files import recursive_copy
166166
import glob
167167
import os
168168

0 commit comments

Comments
 (0)