Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2018-10-25 17:32:46 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2019-03-14 23:19:34 +0300
commit8febef34efba3b6b1312d490e3bb031b1c15b567 (patch)
treece5005b24d111c445d56031e3333e767d5e4559e /calm/hint-migrate.py
parentf4a2d0c6435a90ab9d647da69518bbb43ec09287 (diff)
Fix some issues reported by lgtm.com analysis
Diffstat (limited to 'calm/hint-migrate.py')
-rw-r--r--calm/hint-migrate.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/calm/hint-migrate.py b/calm/hint-migrate.py
index 858e68b..d4c166e 100644
--- a/calm/hint-migrate.py
+++ b/calm/hint-migrate.py
@@ -43,7 +43,6 @@ def hint_migrate(args):
basedir = os.path.join(args.rel_area, arch, 'release')
for (dirpath, subdirs, files) in os.walk(basedir):
- relpath = os.path.relpath(dirpath, basedir)
if 'setup.hint' not in files:
continue