Skip to content
Snippets Groups Projects
Commit e44875c6 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'MetaReader_remote_files' into 'master'

Fix MetaReader to read remote files which are using the root protocol

See merge request atlas/athena!22752
parents ae746b17 9f916ab2
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ import logging
import os
# escape sequence [?1034h which aprear on several runs due to smm capability (Meta Mode On) for xterm.
if 'TERM' in os.envirn:
if 'TERM' in os.environ:
del os.environ['TERM']
msg = logging.getLogger('MetaReader')
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment