mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-06 21:28:42 +02:00
Restore start symbol check
This commit is contained in:
@@ -161,6 +161,9 @@ class Ar:
|
||||
h.file = h.file[:-1]
|
||||
continue
|
||||
|
||||
if not h.file.startswith(b'/'):
|
||||
continue
|
||||
|
||||
# long file name
|
||||
assert h.file[0:1] == b"/"
|
||||
assert ext_fnhdr_data is not None
|
||||
|
Reference in New Issue
Block a user