You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-04-13 14:42:51 -07:00
patchupdate.py: Warn when if no patches are found in a directory
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user