Skip to content

Commit 9d9a3bf

Browse files
committed
simplify default settings
1 parent 817a4ff commit 9d9a3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csv2cmi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ def save_to_file(self, file_name: Path) -> None:
539539
# read config file
540540
config = configparser.ConfigParser()
541541
# set default values
542-
config["Project"] = {"editor": "", "publisher": "", "fileURL": letters_csv.with_suffix(".xml"), "license": "cc-by"}
542+
config["Project"] = {"fileURL": letters_csv.with_suffix(".xml")}
543543
if args.cc0:
544544
config["Project"]["license"] = "cc0"
545545

0 commit comments

Comments
 (0)