Skip to content

Commit

Permalink
rm config["python"]
Browse files Browse the repository at this point in the history
  • Loading branch information
osundwajeff committed Sep 11, 2024
1 parent 1f8be12 commit 578cc3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ def generate_metadata(
# https://docs.python.org/3/library/configparser.html#customizing-parser-behaviour
config.optionxform = lambda option: option
config["general"] = metadata['general']
config["python"] = metadata['python']
with target_path.open(mode="w") as fh:
config.write(fh)

Expand Down

0 comments on commit 578cc3c

Please sign in to comment.