Skip to content

Commit 91eeced

Browse files
committed
Change default property key
Fix #109
1 parent 8d0ea78 commit 91eeced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caso/extract/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
),
4747
cfg.StrOpt(
4848
"vo_property",
49-
default="accounting:VO",
49+
default="VO",
5050
help="Property key used to get the VO name from the project properties. ",
5151
),
5252
cfg.StrOpt(

0 commit comments

Comments
 (0)