From 39cd478b338f910608eb0ccc629ecc5e5192cbfb Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Tue, 26 Apr 2022 17:36:51 +0200 Subject: [PATCH] Add comment about a print value request --- .github/package.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/package.py b/.github/package.py index d5de56b..0778b4e 100644 --- a/.github/package.py +++ b/.github/package.py @@ -10,4 +10,6 @@ def get_folder_name(): if __name__ == "__main__": name = get_folder_name() + + # Keep the print value, it's request to output a string value available print(name)