Skip to content

Commit

Permalink
don't disable copying for beamline accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
consolethinks committed Aug 26, 2024
1 parent 190cd26 commit c99a2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/commands/datasetIngestor.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ For Windows you need instead to specify -user username:password on the command l
// TODO ask archive system if sourcefolder is known to them. If yes no copy needed, otherwise
// a destination location is defined by the archive system
// for now let the user decide if he needs a copy
if nocopyFlag || beamlineAccount {
if nocopyFlag {
copyFlag = false
}
checkCentralAvailability := !(cmd.Flags().Changed("copy") || cmd.Flags().Changed("nocopy") || beamlineAccount || copyFlag)
Expand Down

0 comments on commit c99a2f7

Please sign in to comment.