Skip to content

Commit

Permalink
ulogger -- definitely removed need for AUTO_TARGETS!
Browse files Browse the repository at this point in the history
  • Loading branch information
trmrsh committed Mar 12, 2021
1 parent beb65b1 commit c36a103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hipercam/scripts/ulogger.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def ulogger(args=None):
# Load target positional information. Hand written, automatically
# looked up, target names to skip and failed ones potentially
# recoverable with some work
targets = Targets('TARGETS', 'AUTO_TARGETS')
targets = Targets('TARGETS')
skip_targets, failed_targets = load_skip_fail()

# Index file
Expand Down

0 comments on commit c36a103

Please sign in to comment.