Code Duplication    Length = 1-1 lines in 2 locations

doc/rpm-build/checkout-build-archives.php 1 location

@@ 509-509 (lines=1) @@
506
		throw new Exception("$method request to $url failed ".(isset($short_data)&&$method!='GET'?$short_data:''));
507
	}
508
509
	if ($verbose) echo (strlen($response) > 200 ? substr($response, 0, 200).' ...' : $response)."\n";
510
511
	curl_close($c);
512

install-cli.php 1 location

@@ 315-315 (lines=1) @@
312
		throw new Exception("$method request to $url failed ".(isset($short_data)&&$method!='GET'?$short_data:''));
313
	}
314
315
	if ($verbose) echo (strlen($response) > 200 ? substr($response, 0, 200).' ...' : $response)."\n";
316
317
	curl_close($c);
318