Skip to content

Commit

Permalink
Merge branch 'main' into feature/globus_transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
consolethinks authored Aug 27, 2024
2 parents e0f0232 + 8e35da7 commit 043435a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/commands/datasetIngestor.go
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,6 @@ func createLocalSymlinkCallbackForFileLister(skipSymlinks *string, skippedLinks
if err != nil {
return false, err
}
// log.Printf(" CWD path pointee :%v %v %v", dir, filepath.Dir(path), pointee)
pointeeAbs := filepath.Join(symlinkAbs, pointee)
pointee, err = filepath.EvalSymlinks(pointeeAbs)
if err != nil {
Expand All @@ -579,7 +578,6 @@ func createLocalSymlinkCallbackForFileLister(skipSymlinks *string, skippedLinks
log.Printf("keep variable set to %v", keep)
}
}
//fmt.Printf("Skip variable:%v\n", *skip)
if *skipSymlinks == "ka" || *skipSymlinks == "kA" {
keep = true
} else if *skipSymlinks == "sa" || *skipSymlinks == "sA" {
Expand Down

0 comments on commit 043435a

Please sign in to comment.