Skip to content

Commit c28b21c

Browse files
appease the hound
1 parent 87ebe98 commit c28b21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def main(args=None, logfile=None, do_build=None, testing=False, modtool=None):
295295

296296
# command line options that do not require any easyconfigs to be specified
297297
pr_options = options.new_branch_github or options.new_pr or options.new_pr_from_branch or options.preview_pr
298-
pr_options = pr_options or options.sync_branch_with_develop or options.sync_pr_with_develop
298+
pr_options = pr_options or options.sync_branch_with_develop or options.sync_pr_with_develop
299299
pr_options = pr_options or options.update_branch_github or options.update_pr
300300
no_ec_opts = [options.aggregate_regtest, options.regtest, pr_options, search_query]
301301

0 commit comments

Comments
 (0)