Skip to content

Commit

Permalink
link
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Jan 10, 2024
1 parent c70b658 commit 1b64b14
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions misc/argo-pipeline/src/duplicate_in_bucket.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import argparse
import json

from cartiflette import BUCKET, PATH_WITHIN_BUCKET, FS
from cartiflette.utils import create_path_bucket
Expand Down Expand Up @@ -69,7 +68,13 @@ def main(
"metadata": "temp/tagc.csv"
}

print(json.dumps(data))
import os
print(
os.getcwd()
)
print(
os.listdir("temp")
)


if __name__ == "__main__":
Expand Down

0 comments on commit 1b64b14

Please sign in to comment.