mirror of https://github.com/VLSIDA/OpenRAM.git
file browser does not show files in root directory; removed test file
This commit is contained in:
parent
79c4b3c4cd
commit
06805d1e70
|
|
@ -4,9 +4,9 @@
|
|||
|
||||
<button class="collapsible">files</button>
|
||||
<div class="content">
|
||||
|
||||
{% for root, dir, files in os.walk(filedir) %}
|
||||
|
||||
{% if root != filedir %}
|
||||
|
||||
|
||||
<button class="collapsible">{{ root }}</button>
|
||||
<div class="content">
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
{% endfor %}
|
||||
</div>
|
||||
|
||||
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue