Fix Wrong Config #2

Closed
kwankaho wants to merge 2 commits from (deleted):idac into idac
First-time contributor

\artemis\titles\idac\config.py

`
class IDACStampConfig:
def init(self, parent: "IDACConfig") -> None:
self.__config = parent

@property
def enable(self) -> bool:
    return CoreConfig.get_config_field(
        self.__config, "idac", "stamp", "enable", default=True
    )

`

\artemis\titles\idac\config.py ` class IDACStampConfig: def __init__(self, parent: "IDACConfig") -> None: self.__config = parent @property def enable(self) -> bool: return CoreConfig.get_config_field( self.__config, "idac", "stamp", "enable", default=True ) `
kwankaho added 1 commit 2023-10-18 06:37:08 +00:00
kwankaho added 1 commit 2023-10-18 06:46:38 +00:00
f6036c8548 Fix Build Error
build need pkg-config
log folder no need(instead of logs)
Author
First-time contributor

Docker build need pkg-config
log folder no need(instead of logs)

Docker build need pkg-config log folder no need(instead of logs)
Owner

Oh thanks for the PR!

I also realized that f6036c8548/example_config/idac.yaml (L2) is wrong as well, so if you can also rename enabled to enable I will approve the PR asap. I think you should change ADD log log to ADD logs logs so Docker will add the logs directory as well.

Oh thanks for the PR! I also realized that https://gitea.tendokyu.moe/kwankaho/artemis/src/commit/f6036c8548b14a6fbd83a994e9993b7f6254d2fe/example_config/idac.yaml#L2 is wrong as well, so if you can also rename `enabled` to `enable` I will approve the PR asap. I think you should change `ADD log log` to `ADD logs logs` so Docker will add the logs directory as well.
Author
First-time contributor

re

re
kwankaho closed this pull request 2023-10-19 16:12:22 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Dniel97/artemis#2
No description provided.