Skip to content

Commit

Permalink
to pop stash
Browse files Browse the repository at this point in the history
  • Loading branch information
YUAN TIAN committed Nov 10, 2024
1 parent d0ac1eb commit dbad930
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/autogluon_assistant/ui/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ def generate_output_filename():
unique_id = user_session_id[:8]
timestamp = pd.Timestamp.now().strftime("%Y%m%d_%H%M%S")
directory_path = os.path.join(unique_id, timestamp)
# Create directories if they don't exist
os.makedirs(directory_path, exist_ok=True)
# Generate full file path
output_filepath = os.path.join(directory_path, "output.csv")

return output_filepath
Expand Down

0 comments on commit dbad930

Please sign in to comment.