Commit 6e1337f13b9ecf494151b5585bc8675e6a354f4a

Authored by Odile@pc2050
1 parent 54cd4cad
Exists in master

test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/files.py
... ... @@ -55,7 +55,7 @@ class PireneaFiles(object):
55 55 new_filename = prefix.join(f[1:])
56 56 os.rename(os.path.join(path, filename), os.path.join(path, new_filename))
57 57 else:
58   - print("File {0} does not begin with prefix : {1}".format(filename, prefix[:2]))
  58 + print("File {0} does not begin with prefix : {1}.".format(filename, prefix[:2]))
59 59  
60 60 def __check_prefix(self, prefix="P0"):
61 61 """
... ...