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

Add Notes fields to Caves & Cavers #28

Merged
merged 2 commits into from
Sep 5, 2020
Merged

Add Notes fields to Caves & Cavers #28

merged 2 commits into from
Sep 5, 2020

Conversation

IdlePhysicist
Copy link
Owner

Closes #27.

@IdlePhysicist IdlePhysicist added this to the v2.0.0 milestone Sep 5, 2020
@IdlePhysicist IdlePhysicist changed the base branch from master to develop September 5, 2020 18:17
CONFIG_FN = '{}/config.json'.format(NEWPATH)
with open(CONFIG_FN, 'w') as c:
config = {
'database': {
'filename': '/'.join([".config/cave-logger", sqliteFile]),
'created' : NOW
'created' : NOW,
'spec': "1.1.0"
Copy link
Owner Author

Choose a reason for hiding this comment

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

This is not really needed but might prove useful in the future.

Copy link
Owner Author

@IdlePhysicist IdlePhysicist left a comment

Choose a reason for hiding this comment

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

Looks good after review.

@IdlePhysicist IdlePhysicist merged commit a8bb0fe into develop Sep 5, 2020
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.

Notes field for Caver & Cave
1 participant