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 a check to the nature of the package #4

Open
wants to merge 42 commits into
base: master
Choose a base branch
from

Conversation

melis-m
Copy link
Contributor

@melis-m melis-m commented Sep 3, 2019

No description provided.

@melis-m melis-m requested a review from Arignir September 3, 2019 11:09
"or to remove the files from the package? (2) ")
if ans == 1:
super().edit(_)
# elif ans == 2:
Copy link
Contributor

Choose a reason for hiding this comment

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

Old comments

core/package.py Outdated
@@ -75,6 +77,7 @@ def create_nest_file(self):
os.remove('data.tar.gz')
new_path = f'{self.npf_path}.new'
os.rename(os.path.join(self.cache, new_nest_file_path), new_path)
log.s(f"New nest file is located at {new_path}")
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
log.s(f"New nest file is located at {new_path}")
log.s(f"New NPF is located at {new_path}")

core/args.py Outdated
@@ -2,7 +2,7 @@
import os
import sys

global _args
global _argst
Copy link
Contributor

Choose a reason for hiding this comment

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

This feels a lot like a mistake. Is it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

woops

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.

2 participants