Skip to content

Commit 086fc75

Browse files
committed
Remove faulty inheritance of log_artifact/log_artifacts fixes polyaxon/polyaxon#502
1 parent eedfab8 commit 086fc75

File tree

1 file changed

+0
-8
lines changed
  • polyaxon_client/tracking

1 file changed

+0
-8
lines changed

polyaxon_client/tracking/job.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -226,14 +226,6 @@ def _update(self, patch_dict):
226226
patch_dict=patch_dict,
227227
background=True)
228228

229-
@check_no_op
230-
def log_artifact(self, file_path):
231-
self.job.outputs_store.upload_file(file_path)
232-
233-
@check_no_op
234-
def log_artifacts(self, dir_path):
235-
self.job.outputs_store.upload_file(dir_path)
236-
237229
@check_no_op
238230
def get_outputs_path(self):
239231
return get_outputs_path()

0 commit comments

Comments
 (0)