From 03a8988f6ceae0e3b017e3af4db9741c333854d4 Mon Sep 17 00:00:00 2001 From: consolethinks Date: Mon, 26 Aug 2024 16:56:36 +0200 Subject: [PATCH] don't disable copying for beamline users --- cmd/commands/datasetIngestor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/commands/datasetIngestor.go b/cmd/commands/datasetIngestor.go index d24f531..7fd5b88 100644 --- a/cmd/commands/datasetIngestor.go +++ b/cmd/commands/datasetIngestor.go @@ -239,7 +239,7 @@ For Windows you need instead to specify -user username:password on the command l // 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)