Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Aug 7, 2024
1 parent 615eddc commit 02a4676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csd3-side/scripts/lsst-backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ def error(self, message):
if args.exclude:
exclude = pd.Series(args.exclude)
else:
exclude = pd.Series.empty()
exclude = pd.Series([])

print(f'Config: {args}')

Expand Down

0 comments on commit 02a4676

Please sign in to comment.