Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create data dir if it doesn't exist #50

Merged
merged 1 commit into from
Mar 27, 2023
Merged

Create data dir if it doesn't exist #50

merged 1 commit into from
Mar 27, 2023

Conversation

nkinkade
Copy link
Contributor

@nkinkade nkinkade commented Mar 27, 2023

Pusher used to handled creating data directories if they didn't already exist. We removed that functionality from Pusher because it seems more appropriate for the producer of a datatype to create its own data directory. However, we found that pcap did not do this. This commit should cause pcap to create its own data directory.


This change is Reviewable

Pusher used to handled creating data directories if they didn't already
exist. We removed that functionality from Pusher because it seems more
appropriate for the producer of a datatype to create its own data
directory. However, we found that pcap did not do this. This commit
should cause pcap to create its own data directory.
Copy link
Contributor

@stephen-soltesz stephen-soltesz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! 1 of 1 approvals obtained

@nkinkade nkinkade merged commit fce28bd into main Mar 27, 2023
@nkinkade nkinkade deleted the sandbox-kinkade branch March 27, 2023 19:42
@coveralls
Copy link

Pull Request Test Coverage Report for Build 40

  • 4 of 4 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.009%) to 98.611%

Totals Coverage Status
Change from base Build 38: 0.009%
Covered Lines: 639
Relevant Lines: 648

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants