Skip to content

Commit 0954bd5

Browse files
committed
clean up
1 parent 7acaab3 commit 0954bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/buildrpm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ def main(setVersion, environment, package_configpath, force=False, debug=False):
879879

880880
bin_path = bin_modification(PROJECT_BIN)
881881
stdout_message(f'Successfully modified {bin_path} in prebuild')
882-
sys.exit()
882+
883883
# sort out version numbers, forceVersion is overwrite of pre-existing build artifacts
884884
global VERSION
885885
if setVersion:

0 commit comments

Comments
 (0)