Skip to content

Commit

Permalink
Fix linting issues in updated file
Browse files Browse the repository at this point in the history
  • Loading branch information
julianstirling committed Sep 27, 2024
1 parent 6c1ec68 commit d49d2cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions documentation/buildconf.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
AutoCompleteSubNav: true
CustomCategories:
consumable:
DisplayName: Comsumables
DisplayName: Consumables
Reuse: false
mech:
DisplayName: Mechanical Components
Reuse: false
net:
DisplayName: Networking Compontents
DisplayName: Networking Components
Reuse: false
prev:
DisplayName: Previously Assembled
Expand Down
3 changes: 1 addition & 2 deletions nimble_build_system/utils/nimble_devices_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
This module is used to update the devices.json file from a CSV downloaded from nocodb.
"""

import sys
import csv
import json
import argparse
Expand Down Expand Up @@ -63,7 +62,7 @@ def main():
"""

args = parse_args()

if args.local:
if args.url:
raise RuntimeError("Cannot set an API path and a local file. "
Expand Down

0 comments on commit d49d2cf

Please sign in to comment.