Skip to content

Commit

Permalink
path fix - again
Browse files Browse the repository at this point in the history
  • Loading branch information
mikahanninen committed Jan 28, 2013
1 parent 0fc4346 commit 0c97b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfgen.py
Expand Up @@ -421,7 +421,7 @@ def _create_resource_file(target_dir, subdir = "", id = 1):
if not os.path.exists(full_path): if not os.path.exists(full_path):
os.makedirs(full_path) os.makedirs(full_path)


res_info['filepath'] = full_path res_info['filepath'] = os.path.join(full_path, res_info['filename'])
return res_info return res_info




Expand Down

0 comments on commit 0c97b0e

Please sign in to comment.