Skip to content

Commit

Permalink
Fix wrong argument name (pytorch#5366)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc123 authored and soumith committed Feb 23, 2018
1 parent 013ed5b commit cc9d3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def run(self):
os.remove(cfile)
shutil.copyfile(hfile, cfile)

C.main_sources += cfile_list
C.sources += cfile_list
if WITH_NINJA:
# before we start the normal build make sure all generated code
# gets built
Expand Down

0 comments on commit cc9d3b2

Please sign in to comment.