mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-01-28 22:04:43 -08:00
patchupdate.py: Warn when if no patches are found in a directory
This commit is contained in:
parent
a596208a7f
commit
22f1c6b57f
@ -219,6 +219,7 @@ def load_patchsets():
|
||||
|
||||
# No single patch within this directory, ignore it
|
||||
if len(patch.patches) == 0:
|
||||
print "WARNING: No patches found in directory %s" % (directory)
|
||||
del patch
|
||||
continue
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user