We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64880d commit 6c0f774Copy full SHA for 6c0f774
fink_client/scripts/fink_datatransfer.py
@@ -347,10 +347,10 @@ def main():
347
)
348
sys.exit()
349
350
- if not args.topic.startswith("ftransfer"):
+ if not (args.topic.startswith("ftransfer") or args.topic.startswith("fxmatch")):
351
msg = """
352
{} is not a valid topic name.
353
-Topic name must start with `ftransfer_`.
+Topic name must start with `ftransfer_` or `fxmatch_`.
354
Check the webpage on which you submit the job,
355
and open the tab `Get your data` to retrieve the topic.
356
""".format(args.topic)
0 commit comments