mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 01:24:39 +02:00
file browser does not show files in root directory; removed test file
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user