Skip to content

Commit

Permalink
placeholder for spacewatch
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Oct 30, 2023
1 parent c86ba26 commit a6a0035
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/desi_spacewatch_transfer
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env python
from sys import exit
from desitransfer.spacewatch import main
exit(main())
19 changes: 19 additions & 0 deletions py/desitransfer/spacewatch.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Licensed under a 3-clause BSD style license - see LICENSE.rst
# -*- coding: utf-8 -*-
"""
desitransfer.spacewatch
=======================
Entry point for :command:`desi_spacewatch_transfer`.
"""


def main():
"""Entry point for :command:`desi_spacewatch_transfer`.
Returns
-------
:class:`int`
An integer suitable for passing to :func:`sys.exit`.
"""
return 0
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ scripts =
bin/desi_nightwatch_init.sh
bin/desi_nightwatch_transfer
bin/desi_recover_lost+found.sh
bin/desi_spacewatch_transfer
bin/desi_spectro_data_unpack.sh
bin/desi_transfer_daemon
bin/desi_transfer_init.sh
Expand All @@ -50,6 +51,7 @@ scripts =
# console_scripts =
# desi_daily_transfer = desitransfer.daily:main
# desi_nightwatch_transfer = desitransfer.nightwatch:main
# desi_spacewatch_transfer = desitransfer.spacewatch:main
# desi_transfer_daemon = desitransfer.daemon:main
# desi_transfer_status = desitransfer.status:main
# desi_tucson_transfer = desitransfer.tucson:main
Expand Down

0 comments on commit a6a0035

Please sign in to comment.