Skip to content

Commit

Permalink
keep source by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Jul 10, 2024
1 parent f1ab109 commit 1f751d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ def build(PROBLEM, PATHS):
CLEAN = not NOCLEAN
WRITE_PARAM = not NOPARAM
KEEP_SRC = '-src' in sys.argv
NOKEEP_SRC = '-nosrc'
REMOVE_SRC = not NOKEEP_SRC
NOKEEP_SRC = '-nosrc' in sys.argv
REMOVE_SRC = NOKEEP_SRC

# get version
VERSION = get_version()
Expand Down

0 comments on commit 1f751d3

Please sign in to comment.