Loading
Fix seek in slurm memory check
Fixes https://sentry.galaxyproject.org/share/issue/e196a12836fe40da83c5e9e24c4c8329/: ``` UnsupportedOperation: can't do nonzero end-relative seeks File "galaxy/jobs/runners/slurm.py", line 217, in __check_memory_limit f.seek(-2048, os.SEEK_END) ``` which has probably been broken since we moved to python 3.