Make the flags mandatory #7

Closed
opened 2024-07-11 18:39:32 +02:00 by GuilloteauQ · 0 comments
Owner

ecg.py Lines 219 to 224 in 2f779d0ab0
if args.pkg_list != None:
pkglist_path = args.pkg_list
if args.log_path != None:
log_path = args.log_path
if args.build_summary != None:
buildstatus_path = args.build_summary

Instead of having a default value, make the flag mandatory so that we dont have some "sneaky" behaviours

https://forge.chapril.org/GuilloteauQ/study-docker-repro-longevity/src/commit/2f779d0ab09ef81681999c91cfd9f3f27ab621ea/ecg.py#L219-L224 Instead of having a default value, make the flag mandatory so that we dont have some "sneaky" behaviours
Sign in to join this conversation.
No description provided.