Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Change file concat to os path join#1004

Merged
lukeyeager merged 1 commit intoNVIDIA:masterfrom
Lucaszw:change_file_concat_to_os_path_join
Aug 26, 2016
Merged

Change file concat to os path join#1004
lukeyeager merged 1 commit intoNVIDIA:masterfrom
Lucaszw:change_file_concat_to_os_path_join

Conversation

@Lucaszw
Copy link
Contributor

@Lucaszw Lucaszw commented Aug 26, 2016

Change file concat to os path join

Get path to model definition
"""
return self.job_dir+"/original.prototxt"
return os.path.join(self.job_dir,"original.prototxt")
Copy link
Contributor

Choose a reason for hiding this comment

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

it's maybe just me but I like to see a space after commas in argument lists...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@gheinrich That sounds reasonable! I added them in my last commit :)

@Lucaszw Lucaszw force-pushed the change_file_concat_to_os_path_join branch from 19949bb to e3d3f3b Compare August 26, 2016 20:00
@Lucaszw Lucaszw force-pushed the change_file_concat_to_os_path_join branch from e3d3f3b to d6703e8 Compare August 26, 2016 20:02
@lukeyeager
Copy link
Member

Again, Travis failures are unrelated.

@lukeyeager lukeyeager merged commit bd2dfd7 into NVIDIA:master Aug 26, 2016
SlipknotTN pushed a commit to cynnyx/DIGITS that referenced this pull request Mar 30, 2017
…path_join

Change file concat to os path join
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants