Gobinath Viswanathan

Results 1 comments of Gobinath Viswanathan

There is a bug in line 107 of https://github.com/goodwillpunning/hyperleaup/blob/master/hyperleaup/publisher.py The expected arg passing is **filepath** but it is defined as **file_path.** ``` datasource_item = server.datasources.publish(datasource_item=datasource_item, filepath=self.hyper_file_path, mode=create_mode) ``` Ref: line...