Skip to content
Snippets Groups Projects
Commit 1b74668a authored by Daniel Nemergut's avatar Daniel Nemergut
Browse files

This needed to be a path

parent fdf52f54
No related branches found
No related tags found
2 merge requests!1669Catchup with main,!1640WS-1975 Image flagtemplate rawdata
Pipeline #15285 failed
......@@ -88,7 +88,7 @@ class GeneralFoundation(FoundationIF):
:return:
"""
# Copy files that need to exist next to the data into the rawdata directory
for file in self.working_dir.glob('*flagtargetstemplate.txt'):
for file in Path(self.working_dir).glob('*flagtargetstemplate.txt'):
if file.exists():
shutil.copy(file, self.rawdata_dir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment