mirror of https://gitlab.com/bashrc2/epicyon
Skip blanks
parent
4f6a9ff14b
commit
a6a54607c1
|
@ -91,6 +91,8 @@ def get_account_blocks(base_dir: str,
|
||||||
blocklist = blocking_file_text.split('\n')
|
blocklist = blocking_file_text.split('\n')
|
||||||
for handle in blocklist:
|
for handle in blocklist:
|
||||||
handle = handle.strip()
|
handle = handle.strip()
|
||||||
|
if not handle:
|
||||||
|
continue
|
||||||
reason = \
|
reason = \
|
||||||
get_global_block_reason(handle,
|
get_global_block_reason(handle,
|
||||||
blocking_reasons_filename)
|
blocking_reasons_filename)
|
||||||
|
|
Loading…
Reference in New Issue