mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 21:27:50 -06:00
fixing typo checks
CURA-10903
This commit is contained in:
parent
561a40d000
commit
bb94ce9e75
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ def main() -> None:
|
|||
if args.deleted:
|
||||
for file in args.Files:
|
||||
deletedFiles = diagnoseIssuesWithFile(file, settings )
|
||||
comments_check["GitComment"].extend([d.toDict() for d in deletedFiles])
|
||||
comments_check["Git Comment"].extend([d.toDict() for d in deletedFiles])
|
||||
|
||||
results = yaml.dump(comments_check, default_flow_style=False, indent=4, width=240)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue