Skip to content

Commit

Permalink
softlink typo bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bmyerz committed Jun 4, 2015
1 parent 9c9f39d commit d26b12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_test_environment/grappa_ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)))

Expand Down

0 comments on commit d26b12d

Please sign in to comment.