mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Eliminate printing PYTHONPATH to stderr in the cleanup_datasets.py script.
This commit is contained in:
@@ -387,7 +387,6 @@ def _purge_folder( folder, app, remove_from_disk, info_only = False ):
|
||||
class CleanupDatasetsApplication( object ):
|
||||
"""Encapsulates the state of a Universe application"""
|
||||
def __init__( self, database_connection=None, file_path=None ):
|
||||
print >> sys.stderr, "python path is: " + ", ".join( sys.path )
|
||||
if database_connection is None:
|
||||
raise Exception( "CleanupDatasetsApplication requires a database_connection value" )
|
||||
if file_path is None:
|
||||
|
||||
Reference in New Issue
Block a user