Skip to content

Commit 6c0f774

Browse files
Enable fxmatch_ topics in the datatransfer (#218)
1 parent e64880d commit 6c0f774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fink_client/scripts/fink_datatransfer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,10 +347,10 @@ def main():
347347
)
348348
sys.exit()
349349

350-
if not args.topic.startswith("ftransfer"):
350+
if not (args.topic.startswith("ftransfer") or args.topic.startswith("fxmatch")):
351351
msg = """
352352
{} is not a valid topic name.
353-
Topic name must start with `ftransfer_`.
353+
Topic name must start with `ftransfer_` or `fxmatch_`.
354354
Check the webpage on which you submit the job,
355355
and open the tab `Get your data` to retrieve the topic.
356356
""".format(args.topic)

0 commit comments

Comments
 (0)