mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
patchupdate.py: Fix typo in name of exception.
This commit is contained in:
parent
a8f3f9c4e4
commit
15a19d27fc
2
debian/tools/patchupdate.py
vendored
2
debian/tools/patchupdate.py
vendored
@ -282,7 +282,7 @@ def read_patchset(revision = None):
|
||||
patch.authors, patch.depends, patch.fixes = \
|
||||
read_definition(revision, os.path.join(config.path_patches, patch.name), name_to_id)
|
||||
except IOError:
|
||||
raise PatchUpaterError("Missing definition file for %s" % patch.name)
|
||||
raise PatchUpdaterError("Missing definition file for %s" % patch.name)
|
||||
|
||||
return all_patches
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user