1
0

stfu linker

echt ook altijd gezeik met jou lukt ook nooit geen ene ...
This commit is contained in:
2024-12-01 13:41:13 +01:00
parent 7b5ae9b402
commit 7e2961e24a
+1 -1
View File
@@ -249,7 +249,7 @@ def main():
help='Nice value for process priority (default: 20). Valid values are 0 (highest priority) to 39 (lowest priority). Lower values use more system resources.') help='Nice value for process priority (default: 20). Valid values are 0 (highest priority) to 39 (lowest priority). Lower values use more system resources.')
args = parser.parse_args() args = parser.parse_args()
setup_logging(args.verbose) setup_logging(bool(args.verbose))
source_dir = args.source_dir source_dir = args.source_dir
destination_dir = args.destination_dir if args.destination_dir else args.source_dir destination_dir = args.destination_dir if args.destination_dir else args.source_dir