You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by arjunsuresh October 25, 2024
I think it'll be good to make the below input_mapping generic to all CM scripts as it can avoid a lot of redundant code in individual CM scripts and also make the variable names consistent.
--outfilepath: CM_TMP_OUTFILE_PATH --outdirpath: CM_TMP_OUTDIR_PATH (This will be the path to the cache for scripts using cache) --outfilename: CM_TMP_OUTFILE_NAME --outdirname: CM_TMP_OUTDIR_NAME
The text was updated successfully, but these errors were encountered:
Discussed in #420
Originally posted by arjunsuresh October 25, 2024
I think it'll be good to make the below
input_mapping
generic to all CM scripts as it can avoid a lot of redundant code in individual CM scripts and also make the variable names consistent.--outfilepath: CM_TMP_OUTFILE_PATH
--outdirpath: CM_TMP_OUTDIR_PATH
(This will be the path to the cache for scripts using cache)--outfilename: CM_TMP_OUTFILE_NAME
--outdirname: CM_TMP_OUTDIR_NAME
The text was updated successfully, but these errors were encountered: