diff options
author | Jeremy Katz <katzj@redhat.com> | 2005-07-26 14:47:26 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2005-07-26 14:47:26 +0000 |
commit | 33f230d131377785bcd1c34426fadcb214052833 (patch) | |
tree | 341ab7b276199fe851469d335fc855c545ab6e13 /scripts/makestamp.py | |
parent | 47fc36a5eab98cc64c7c3a4cbe46b012f985b14a (diff) | |
download | anaconda-33f230d131377785bcd1c34426fadcb214052833.tar.gz anaconda-33f230d131377785bcd1c34426fadcb214052833.tar.xz anaconda-33f230d131377785bcd1c34426fadcb214052833.zip |
2005-07-26 Jeremy Katz <katzj@redhat.com>
* gui-tags.txt: Remove unused file.
* scripts/makestamp.py (opts): Fix from dgregor for passing
timestamp in (#163875)
Diffstat (limited to 'scripts/makestamp.py')
-rwxr-xr-x | scripts/makestamp.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/makestamp.py b/scripts/makestamp.py index 226c8f853..d97ee6c4b 100755 --- a/scripts/makestamp.py +++ b/scripts/makestamp.py @@ -51,6 +51,8 @@ for (str, arg) in args: if data["timestamp"] is None: print >> sys.stderr, "timestamp not specified; using the current time" data["timestamp"] = time.time() +else: + data["timestamp"] = float(data["timestamp"]) if data["releasestr"] is None: print "What should be the release name associated with this disc?" |