diff --git a/c_test_environment/grappa_ingest.py b/c_test_environment/grappa_ingest.py index b04fe0d1..a725cb6d 100644 --- a/c_test_environment/grappa_ingest.py +++ b/c_test_environment/grappa_ingest.py @@ -60,7 +60,7 @@ def softlink(self, files): path = self._get_upload_path() - for f in file: + for f in files: subprocess.check_call('ln -s {target} {name}'.format( target=f, name=path+'/'+os.path.basename(f)))