diff options
Diffstat (limited to 'test.py')
| -rwxr-xr-x | test.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ def reset_state_string(string): def compare_state(comp_state): with open(comp_state, "r", encoding='utf-8') as csf, \ - open(os.environ["GSB_STATE_FILE", encoding='utf-8'], "r") as sf: + open(os.environ["GSB_STATE_FILE"], "r", encoding='utf-8') as sf: cs = csf.read() s = sf.read() return cs == s |
