summaryrefslogtreecommitdiff
path: root/igor.py
diff options
context:
space:
mode:
Diffstat (limited to 'igor.py')
-rw-r--r--igor.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/igor.py b/igor.py
index 8e172db0..4ef952b3 100644
--- a/igor.py
+++ b/igor.py
@@ -241,7 +241,7 @@ def do_install_egg():
egg = glob.glob("dist/*.egg")[0]
distutils.core.run_setup(
"setup.py", ["--quiet", "easy_install", "--no-deps", "--zip-ok", egg]
- )
+ )
os.chdir(cur_dir)
@@ -253,7 +253,7 @@ def do_check_eol():
'.tox*',
'*.egg-info',
'_build',
- ]
+ ]
checked = set()
def check_file(fname, crlf=True, trail_white=True):