Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
srosam committed Feb 3, 2023
1 parent 5cff995 commit 47429bc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ def main():
try:
files = []
for p in Path("./").iterdir():
#files.append(p.name)
log_message(f"{p.name}=OMG")

#all_files = ",".join(files)
#log_message(f"FILES_LISTING_1={all_files}")
files.append(p.name)
all_files = ",".join(files)
log_message(f"FILES_LISTING_1='{all_files}'")

log_message("MY_VAR1=foo")
log_message("MY_VAR2=bar")
Expand Down

0 comments on commit 47429bc

Please sign in to comment.