tl-its-umich-edu / canvas

Integration scripts between ITS TL and Instructure Canvas
Other
3 stars 8 forks source link

logger in sis_upload should be $logger #132

Open jonespm opened 2 years ago

jonespm commented 2 years ago

This results in this error

/usr/src/app/sis_upload.rb:171:in `upload_to_canvas': undefined local variable or method `logger' for main:Object (NameError)
    from /usr/src/app/sis_upload.rb:367:in `<main>'

https://github.com/tl-its-umich-edu/canvas/blob/4c359e3947575514c9419e864ffa81d9b13314e4/SIS_import/sis_upload.rb#L171