From 91659bc979fc3f964ad672b1af907985e36624e0 Mon Sep 17 00:00:00 2001 From: Ivan Kozik Date: Wed, 24 Apr 2024 16:42:10 +0000 Subject: [PATCH] Format comment --- path-to-eye-path | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/path-to-eye-path b/path-to-eye-path index d8c76fc..324825a 100755 --- a/path-to-eye-path +++ b/path-to-eye-path @@ -1,6 +1,8 @@ #!/usr/bin/env python3 -# Take a path as the only argument and print a path suitable for use with The Eye's ceph cluster, which doesn't want e.g. 7 million channel folders in one directory +# Take a path as the only argument and print a path suitable for use with +# The Eye's ceph cluster, which doesn't want e.g. 7 million channel folders +# in one directory. import sys