Skip to content

Commit

Permalink
hoping this acutally fixes things
Browse files Browse the repository at this point in the history
  • Loading branch information
c-tsoi committed Jun 21, 2024
1 parent 1390286 commit 9b6312d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hutch_python/epics_arch.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def _create_parser():
default=EPICS_ARCH_FILE_PATH,
help="Provide user with option to supply custom path for "
"softlink. Defaults to: /cds/group/pcds/dist/pds/{}/misc/.")

return parser


Expand Down Expand Up @@ -158,6 +157,8 @@ def create_arch_file(experiment, level=None, hutch=None, path=None, dry_run=Fals


def pull_cds_items(exp):
logger.debug("in client")

"""
Gather all user obejcts from the CDS tab in the questionnaire.
Parse objects and sperate them based on type.
Expand Down

0 comments on commit 9b6312d

Please sign in to comment.