Skip to content

Commit f272f5d

Browse files
cognifloydstackstorm-neptr
authored andcommitted
ignore pylint warning to fix weekly ci
1 parent 05de7ed commit f272f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/vtm_add_backup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ def run(self, vtm, tarball):
2020
sys.stderr.write("File does not exist: {}\n".format(tarball))
2121
return (False, None)
2222

23-
result = vtm.upload_backup(backup)
23+
result = vtm.upload_backup(backup) # pylint: disable=assignment-from-no-return
2424
return (True, result)

0 commit comments

Comments
 (0)