OpenLayers OpenLayers

Ticket #839 (closed feature: fixed)

Opened 1 year ago

Last modified 1 year ago

Improving build.py to not screw up upon python build.py filename.cfg

Reported by: tjcri Assigned to:
Priority: minor Milestone: 2.5 Release
Component: general Version: 2.4
Keywords: Cc:
State:

Description

Currently if a user enters python build.py filename.cfg then it gives an error. I have created a patch that will check for the .cfg already on the file and not add another .cfg which will result in file not found error.

Attachments

build.patch (0.5 kB) - added by tjcri on 07/13/07 16:06:29.
Updated patch file to removed the un-necessary Done from the previous patch attempt

Change History

07/13/07 16:06:29 changed by tjcri

  • attachment build.patch added.

Updated patch file to removed the un-necessary Done from the previous patch attempt

08/29/07 00:11:04 changed by crschmidt

  • keywords deleted.
  • status changed from new to closed.
  • resolution set to fixed.

(In [4099]) Fix build.py to not break if someone passes in a config file name with '.cfg' already on it. (Closes #839) Thanks for the suggestion / patch TJCRI!

08/29/07 00:11:21 changed by crschmidt

  • milestone set to 2.5 Release.