Skip to content

Conversation

@pdamianov-dev
Copy link
Owner

No description provided.

Copy link
Collaborator

@ming1in ming1in left a comment

Choose a reason for hiding this comment

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

should move files over to match the current file structure. also perhaps not necessary to push output .txt files to the repo, since its something utilized for individual local dev?

Comment on lines +3 to +6
sys.path.append("C:\\Users\\Stevens User\\Documents\\GitHub\\Team-4-Code\\seeds")
sys.path.append("C:\\Users\\Stevens User\\Documents\\GitHub\\Team-4-Code\\GMiguel")
sys.path.append("c:\\Users\\Stevens User\\Documents\\GitHub\\Team-4-Code\\src")
import user02
Copy link
Collaborator

Choose a reason for hiding this comment

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

should not use absolute file names rather use relative imports. this will not work on other peoples computers as the paths are not the same. Let me know if you need help with relative imports

Comment on lines 6 to +7
sys.path.append("c:\\Users\\Stevens User\\Documents\\GitHub\\Team-4-Code\\src")
sys.path.append("C:\\Users\\Stevens User\\Documents\\GitHub\\Team-4-Code\\testFiles")
sys.path.append("C:\\Users\\Stevens User\\Documents\\GitHub\\Team-4-Code\\seeds")
Copy link
Collaborator

Choose a reason for hiding this comment

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

same here should be using relative imports

Copy link
Collaborator

@ming1in ming1in left a comment

Choose a reason for hiding this comment

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

make sure to pull down master before doing any development to avoid these merge conflicts

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.

4 participants