mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-06-30 00:39:27 +02:00
docs: typos fixed, print statements removed
This commit is contained in:
parent
3c990b2e1f
commit
b8b3d6191f
3 changed files with 3 additions and 26 deletions
|
@ -573,7 +573,6 @@ def read_qtop(path, prefix, c, dtr_cnfg=1, version="1.2", **kwargs):
|
|||
found = []
|
||||
files = []
|
||||
for (dirpath, dirnames, filenames) in os.walk(path + "/"):
|
||||
# print(filenames)
|
||||
found.extend(filenames)
|
||||
break
|
||||
for f in found:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue