mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-02 18:28:52 +08:00
Merge #1056 Fix F901 flake8 error
This commit is contained in:
@@ -58,7 +58,7 @@ class DBResolver(GenericResolver):
|
||||
builds = models.ModuleBuild.get_last_builds_in_stream(
|
||||
session, name, stream)
|
||||
else:
|
||||
raise NotImplemented(
|
||||
raise NotImplementedError(
|
||||
"This combination of name/stream/version/context is not implemented")
|
||||
|
||||
if not builds and strict:
|
||||
|
||||
Reference in New Issue
Block a user