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

Fix incorrect paths in include files when given a relative base dir #66

Merged
merged 6 commits into from
Jun 23, 2019

Conversation

apauley
Copy link
Owner

@apauley apauley commented Jun 1, 2019

Given:

  • A run of hledger-flow import

When:

  • specifying a relative import base directory
  • but specifically without any relative prefixes such as ./ or ../

Then:

  • the account-level include files pointing to the real journal entries would have incorrect paths

Merging this PR should fix #65.

@apauley apauley force-pushed the include-path-fix branch from 11c6594 to ef04204 Compare June 23, 2019 17:03
@apauley apauley force-pushed the include-path-fix branch from ef04204 to 513089a Compare June 23, 2019 17:20
@apauley apauley merged commit f639da3 into master Jun 23, 2019
@apauley apauley deleted the include-path-fix branch June 23, 2019 17:32
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.

hledger-flow can only be run in same folder as import folder
1 participant