We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2475f7d commit f410ee7Copy full SHA for f410ee7
1 file changed
lib/interface/concat_pollyxt_lvl0.py
@@ -131,7 +131,7 @@ def get_pollyxt_files():
131
## check for size of zip-files to ensure to exclude bad measurement files with wrong timestamp e.g. 19700101
132
f_size = os.path.getsize(zip_file)
133
print(zip_file)
134
- if f_size > 500000:
+ if f_size > 150000:
135
print(f_size)
136
print("filesize passes")
137
else:
0 commit comments