Parent Directory
|
Revision Log
|
Patch
revision 459 by siliconforks, Tue Dec 9 03:37:47 2008 UTC | revision 460 by siliconforks, Sat Sep 26 23:15:22 2009 UTC | |
---|---|---|
# | Line 23 | Line 23 |
23 | if not os.path.isfile(pgdfile): | if not os.path.isfile(pgdfile): |
24 | return | return |
25 | for file in os.listdir(pgcdir): | for file in os.listdir(pgcdir): |
26 | if file.startswith(basename) and file.endswith(".pgc"): | if file.startswith(basename+"!") and file.endswith(".pgc"): |
27 | try: | try: |
28 | pgcfile = os.path.normpath(os.path.join(pgcdir, file)) | pgcfile = os.path.normpath(os.path.join(pgcdir, file)) |
29 | subprocess.call(['pgomgr', '-merge', | subprocess.call(['pgomgr', '-merge', |
|
ViewVC Help | |
Powered by ViewVC 1.1.24 |