[pygccxml-development] defect in file_writers/single_file.py
Brought to you by:
mbaas,
roman_yakovenko
From: Neal B. <ndb...@gm...> - 2007-09-14 21:24:51
|
def write(self): target_dir = os.path.split( self.file_name )[0] This fails if file_name doesn't have a dir component. |