mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-18 05:45:40 -07:00
Update printer-linter/src/printerlinter/linters/profile.py
This commit is contained in:
parent
ec6c7f109c
commit
d6164fddae
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class Profile(Linter):
|
|||
offset = found.span(0)[0]
|
||||
)
|
||||
|
||||
def _getprofileName(self) -> Tuple[str, bool]:
|
||||
def _getprofileName(self) -> tuple[str, bool]:
|
||||
config = ConfigParser()
|
||||
config.read([self._file])
|
||||
name_of_profile = config.get("general", "name")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue