mirror of
https://github.com/clearlinux/common.git
synced 2026-09-06 05:31:45 +00:00
fix backtrace
This commit is contained in:
+1
-1
@@ -158,7 +158,7 @@ def zap_plus_line_in_file(filename):
|
||||
|
||||
def chunk_empty(chunk):
|
||||
for line in chunk:
|
||||
if line[0] == '+':
|
||||
if len(line) > 0 and line[0] == '+':
|
||||
return False
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user