summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x-modular-bumpchecker.py')
-rwxr-xr-xx-modular-bumpchecker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/x-modular-bumpchecker.py b/x-modular-bumpchecker.py
index 409537c..1c3c822 100755
--- a/x-modular-bumpchecker.py
+++ b/x-modular-bumpchecker.py
@@ -55,5 +55,5 @@ if __name__ == '__main__':
# if we specified to generate a keywords file, generate it
# keep in mind this will do it for the versions in portage, which
# may not be the release versions if we are not up to date.
- if True == options.get_arguments().keywords:
+ if options.get_arguments().keywords:
xmodular_output.Output(packages_in_portage, False).generate_keywords()