Skip to content

Commit

Permalink
Repo URL update to point at GitHub and Ruff linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mambelli committed Aug 2, 2024
1 parent bbe4ffe commit cdad732
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion glideinmonitor/webserver/rest_api.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from flask import Flask, abort, send_file, request
from flask import abort, request
import json

from glideinmonitor.lib.database import *
Expand Down
2 changes: 1 addition & 1 deletion pkg/rpm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ OSG_USER=
OSG_SVN=
OSG_HOST=library.cs.wisc.edu
OSG_UPSTREAM=/p/vdt/public/html/upstream/
GMONITOR_REPO="ssh://[email protected]/cvs/projects/glideinwms-glideinmonitor"
GMONITOR_REPO="https://github.com/glideinWMS/glideinmonitor.git"
work_dir="/tmp/osgrelease.$$"


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name='glideinmonitor',
version='1.1',
version='1.2',
description='GlideinMonitor Web Server and Indexer',

long_description=long_description,
Expand Down
1 change: 0 additions & 1 deletion test/test_glideinmonitor_lib_logger.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# content of test_module.py
import pytest


def test_log():
Expand Down

0 comments on commit cdad732

Please sign in to comment.