]> Git Repo - J-u-boot.git/blobdiff - tools/patman/tools.py
patman: Show the current directory in GetInputFilename()
[J-u-boot.git] / tools / patman / tools.py
index 006306bd60fea704ff56d2c0b2855917827485bf..e80481438b547b8dc9b2a80964e41d7232d7a5cd 100644 (file)
@@ -116,8 +116,8 @@ def GetInputFilename(fname):
         if os.path.exists(pathname):
             return pathname
 
-    raise ValueError("Filename '%s' not found in input path (%s)" %
-                     (fname, ','.join(indir)))
+    raise ValueError("Filename '%s' not found in input path (%s) (cwd='%s')" %
+                     (fname, ','.join(indir), os.getcwd()))
 
 def Align(pos, align):
     if align:
This page took 0.026141 seconds and 4 git commands to generate.