mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-19 21:07:55 +00:00
Minor fixes
This commit is contained in:
parent
fe8fea5088
commit
92e6bebf9e
@ -46,7 +46,7 @@ Check appliance files
|
||||
|
||||
.. code:: bash
|
||||
|
||||
python3 check.py
|
||||
python check.py
|
||||
python3 check_urls.py
|
||||
|
||||
You need to install `imagemagick` before running check.py.
|
||||
|
@ -85,7 +85,7 @@ def ask_from_schema(schema):
|
||||
return data
|
||||
|
||||
|
||||
with open(os.path.join('schemas', 'appliance.json')) as f:
|
||||
with open(os.path.join('schemas', 'appliance_v5.json')) as f:
|
||||
schema = json.load(f)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user