Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ASTRON SDC
rucio-scripting
Commits
931883e1
Commit
931883e1
authored
Aug 26, 2020
by
Yan Grange
👋
Browse files
Added warning for dir listing vs file listing
parent
ac8c1296
Changes
1
Hide whitespace changes
Inline
Side-by-side
create_movescript.py
View file @
931883e1
...
...
@@ -21,7 +21,8 @@ def data_parser(filedata, scope='lofar'):
filepaths
.
append
(
pth
)
return
filepaths
,
datafiles
# INPUT: srmls of source dir
# INPUT: srmls of source dir. Please note that this should be a directory listing because it will
# automatically ignore the first entry. If ever made more useful this should be covered by a flag or so
# step 1: read filenames from file
with
open
(
"source_data_list.dat"
)
as
sdl
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment