projects
/
mudpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46907e4
)
Clean up a stray comment in find_file
author
Jeremy Stanley
<fungi@yuggoth.org>
Sat, 16 Sep 2017 17:48:19 +0000
(17:48 +0000)
committer
Jeremy Stanley
<fungi@yuggoth.org>
Sat, 16 Sep 2017 17:48:19 +0000
(17:48 +0000)
Remove a long-lived cruft comment line from the data.find_file()
function, obsoleted back when filename normalization was broken out
of the return line into some more explicit earlier calls (prior to
the initial archive import into Git).
mudpy/data.py
patch
|
blob
|
history
diff --git
a/mudpy/data.py
b/mudpy/data.py
index
77b2142
..
4c85915
100644
(file)
--- a/
mudpy/data.py
+++ b/
mudpy/data.py
@@
-275,6
+275,4
@@
def find_file(
# and normalize it last thing before returning
file_name = os.path.realpath(file_name)
-
- # normalize the resulting file path and hand it back
return file_name