X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=mudpy%2Fdata.py;fp=mudpy%2Fdata.py;h=4c859153e0e136ad8e72aee3566e17535293973b;hp=77b21422bf45c61606185cacbaba0b379288484f;hb=8b41e885a5c34162b9ab6a124992d164e979e0d2;hpb=46907e473007b0ac74b3f235b3595b065d73a923 diff --git a/mudpy/data.py b/mudpy/data.py index 77b2142..4c85915 100644 --- 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