Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
ukbparse
Commits
877f9fb0
Commit
877f9fb0
authored
May 10, 2019
by
Paul McCarthy
🚵
Browse files
MNT: Warn about ukbparse->funpack
parent
bb02f0c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ukbparse/main.py
View file @
877f9fb0
...
...
@@ -55,6 +55,9 @@ def main(argv=None):
configLogging
(
args
)
log
.
info
(
'ukbparse %s'
,
ukbparse
.
__version__
)
log
.
warning
(
'ukbparse has been superseded by funpack and is no '
'longer being developed. More details are available '
'at https://git.fmrib.ox.ac.uk/fsl/funpack'
)
log
.
info
(
'Date: %s (%s)'
,
date
.
today
(),
calendar
.
day_name
[
date
.
weekday
()])
log
.
info
(
'Command-line arguments %s'
,
' '
.
join
(
argv
))
log
.
debug
(
'Running with the following options'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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