We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 383cd86 commit 5cff995Copy full SHA for 5cff995
main.py
@@ -21,7 +21,7 @@ def main():
21
files = []
22
for p in Path("./").iterdir():
23
#files.append(p.name)
24
- log_message(f"{p.name}")
+ log_message(f"{p.name}=OMG")
25
26
#all_files = ",".join(files)
27
#log_message(f"FILES_LISTING_1={all_files}")
0 commit comments