Re: [virt-bootstrap] [PATCH 4/7] pylint: Resolve - two spaces before comment

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 2018-02-28 at 00:11 +0000, Radostin Stoyanov wrote:
> E261 at least two spaces before inline comment
> 
> Signed-off-by: Radostin Stoyanov <rstoyanov1@xxxxxxxxx>
> ---
>  src/virtBootstrap/sources/docker_source.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/virtBootstrap/sources/docker_source.py b/src/virtBootstrap/sources/docker_source.py
> index 572018f..30a3e2e 100644
> --- a/src/virtBootstrap/sources/docker_source.py
> +++ b/src/virtBootstrap/sources/docker_source.py
> @@ -104,7 +104,7 @@ class DockerSource(object):
>          # Ref: https://github.com/containers/image/blob/master/image/oci.go
>          for layer_digest in image_details['Layers']:
>              sum_type, layer_sum = layer_digest.split(':')
> -            self.checksums.append([sum_type, layer_sum]) # Store checksums
> +            self.checksums.append([sum_type, layer_sum])  # Store checksums
>  
>              # Layers are tar files with hashsum used as name
>              file_path = os.path.join(self.images_dir, layer_sum + '.tar')

ACK

--
Cedric

_______________________________________________
virt-tools-list mailing list
virt-tools-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/virt-tools-list



[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux